|
|
|
|
|
by habitue
578 days ago
|
|
The issue you're running into is that to run docker on mac, you have to run it in a vm. Docker is fundamentally a linux technology, so first emulate x86_64 linux, then run the container. That's going to be slow. There are native macos containers, but they arent very popular |
|