Skip to content

xaamin/shared-volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Data volume Docker Container

Docker container to share a volume mounted on /shared

Base docker image

Installation

Manual build

  • Build an image from Dockerfile docker build -t xaamin/shared-volume https://github.com/xaamin/shared-volume.git

Volumes

You must provide a volume mounted on /shared

Usage

	docker run --d -name "data.container" -v /path/with/data:/shared xaamin/shared-volume

Use --volumes-from to use this container into another

About

Docker data only volume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published