Search code examples
macosdockervolumeskitematic

MacOS Kitematic How To Configure Volumes


I'm the docker newest user. I create container by Kitematic, but why my Configure Volumes is empty, and how to add some folder?

I can use command to add volume:

docker run -it -v /home/dock/Downloads:/usr/Downloads:ro ubuntu64 /bin/bash

But how to do this by Kitematic?

enter image description here


Solution

  • https://docs.docker.com/engine/tutorials/dockervolumes/

    What U need exactly with Docker?

    Docker is so complicated. On macOS exist problem with performance, need to replace bundled sync with docker-sync.

    Additionally to docs look at https://github.com/veggiemonk/awesome-docker