containerit icon indicating copy to clipboard operation
containerit copied to clipboard

VOLUME instruction and volume mounts

Open nuest opened this issue 7 years ago • 0 comments

  • [ ] implement VOLUME statement, see https://docs.docker.com/engine/reference/builder/#volume
  • [ ] add example in vignette on how to access a volume created automatically by Docker based on a VOLUME statement (without using -v), i.e. with docker inspect (see also https://stackoverflow.com/questions/40163036/difference-between-volume-declaration-in-dockerfile-and-v-as-docker-run-paramet)
  • [ ] add example to vignette with
    • volume mounting using Docker on CLI
    • harbor (plain R)

nuest avatar Jul 06 '17 12:07 nuest