Skip to content

New section in "Use": "Persisting and sharing data with volumes" #1981

@shykes

Description

@shykes

We should add a new documentation section in the "Use" category: how to persist and share data with volumes:

  • For developers: specifying persistent data at build with the VOLUME Dockerfile instruction
  • specifying persistent data at runtime with 'run -v'
  • mounting an directory from the host with 'run -v HOST:CONTAINER'
  • mounting read-only with ":ro"
  • sharing volumes between containers with "run -volumes-from"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions