MacOS Kitematic How To Configure Volumes

2.4k views Asked by At

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

2

There are 2 answers

4
ww7 On BEST ANSWER

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

0
Sashimi On