|
|
|
|
|
by baobun
366 days ago
|
|
Fill in the blank to run a docker container which opens the file with user-provided path in (say) vim. docker run --rm -it ...? Now run a container doing the exact same thing ("docker-in-docker"). docker run --rm -it -v $DOCKER_HOST:/var/run/docker.sock ...? |
|
Never used docker before, but this seems to work: