seanshpark / macOS

problems and solutions
MIT License
0 stars 0 forks source link

docker on m1 Mac #8

Open seanshpark opened 2 years ago

seanshpark commented 2 years ago

install and run docker

status: setup in progress

seanshpark commented 2 years ago

install

brew install docker

docker desktop


NOTE: docker desktop is easy to use.


NOTE: when something goes seriously wrong, click 'bug' icon > uninstall.

seanshpark commented 2 years ago

How to change docker image folder to HDD?

Docker desktop

Changing location will create a 60GB file named Docker.raw

seanshpark commented 2 years ago

Q) do I really need docker in M1 Mac ?

seanshpark commented 2 years ago

I can use remote docker host from my Mac.

export DOCKER_HOST=ssh://user@[docker_host_ip]

where docker_host_ip is IP address of Linux machine running dockerd