8000 GitHub - jesselang/docker-data: A minimal docker container suitable for use as a data-only container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 2, 2018. It is now read-only.

jesselang/docker-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal data-only container image for Docker

jesselang/data is a minimal docker image suitable for use as a data-only container. You must specify the volumes you want as part of the container.

Create a data-only container: docker run -d -v /var/lib/mysql --name mysql-data jesselang/data

Use the container: docker run --volumes-from mysql-data mysql

Consult the Data Volume Container section of the Docker User Guide for more background.

About

A minimal docker container suitable for use as a data-only container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 90.8%
  • Makefile 9.2%
0