Questions tagged [docker]
73 questions
3
votes
1 answer
How to cleanup "Library/Containers/com.docker.docker" on a Mac?
I have an MacBook Air (10.14.6) and the folder ~/Library/Containers/com.docker.docker/ contains 64 GB of data!!
How to clean up this folder?

Alex
- 2,334
3
votes
0 answers
How do I run docker checkpoint on mac hosts
I'm on a Mac host running Docker Desktop and I'd like to use docker checkpoint to save the state of my docker images between reboots. Taking information from the following unix.stackexchange post, I've enabled experimental options via Docker Desktop…

firebush
- 335
- 1
- 3
- 10
3
votes
1 answer
Start docker in background at boot
I would like to autostart a docker container in the background at boot. I do not want it to start at login, but at boot (to serve a HTTP interface to all my colleagues on the LAN) before/without anyone logging in. I have tried to start the Docker…

Alfred Godoy
- 81
1
vote
0 answers
Localhost page keep returning message :This site can’t be reached localhost refused to connect
I am using docker on Mac pro.
the localhost page keeps returning the below message when i do a docker-compose up -d:
This site can’t be reached localhost refused to connect.
Try:
Checking the connection
Checking the proxy and the…

theSeeker
- 119
0
votes
0 answers
Docker Desktop: How many CPUs can I assign to it?
On my MacBook Pro I have 8 performance cores with 2 efficiency cores. So I have 10 cores total. In my Docker Desktop configuration I can choose how many cores are allocated for use of Docker. Is there guidance on how many cores I should give to it?…

firebush
- 335
- 1
- 3
- 10