Sign inSign up

chanux/exit

By chanux

Updated almost 11 years ago

Image
0

311

chanux/exit repository overview

#Docker: exit

Seeing tianon/sleeping-beauty I thought it would be great for data only containers.

But data only containers needs not keep running. So I made exit.

Running a data only container

mkdir ~/.data

sudo docker run -d -v ~/.data:/data --name data-only-container chanux/exit

Using the data only container

sudo docker run -d --volumes-from data-only-container you/my-fancy-container

Now the content in ~/.data will be available at /data in you/my-fancy-container **

Tag summary

Content type

Image

Digest

sha256:df660ec37

Size

179 Bytes

Last updated

almost 11 years ago

docker pull chanux/exit