#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.
mkdir ~/.data
sudo docker run -d -v ~/.data:/data --name data-only-container chanux/exit
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 **
Content type
Image
Digest
sha256:df660ec37…
Size
179 Bytes
Last updated
almost 11 years ago
docker pull chanux/exit