Sign inSign up

rordi/docker-storage

By rordi

•Updated about 9 years ago

Simple data storage setup

Image
0

433

rordi/docker-storage repository overview

⁠Storage Dockerfile

This Dockerfile creates a Docker image which will, by default, mount a /data volume to be used by other containers in the Docker network.

You can define additional volumes in your docker-compose.yml file.

  data:
    domainname: local
    container_name: data
    image: rordi/docker-storage:latest
    volumes:
      # additional volume mounts
      - ./dummy/data:/home/dummy/data

Tag summary

Content type

Image

Digest

Size

50.2 MB

Last updated

about 9 years ago

docker pull rordi/docker-storage