docker : share common dir with y
2020-09-15 本文已影响0人
uurr
sudo docker run -it -v ~/Software/Docker:/share ubuntu:18.04 /bin/bash
the Docker dir is in my own computer and the share dir is located in the docker, so you can scan the file in Docker in share dir of docker