Base image with tools used in children
1.8K
VOL-save will backup directory inside container.
VOL-restore will restore container from container (usually into VOLUME).
For customizing CMD command by adding init hooks before default.
Convention:
010-$INIT-050-init some init's init command010-$INIT-200-finish some init's finish command100-$SERVICE-100-default is default service's start command100-$SERVICE-050-init could be some before-start initialization commands for serviceFor backing up and restore only changed dirs, that used as a VOLUMEs.
For example during some package install it will create /etc/bla, which you then will add as a VOLUME. But on run this mounted from host volume could be empty and could have not all files, that it should be.
So here are those 010-volumes-* hooks will come to stage.
docker build --tag=ekapusta/alpine-base .
docker run --rm --interactive --tty ekapusta/alpine-base sh
Content type
Image
Digest
Size
2 MB
Last updated
over 8 years ago
docker pull ekapusta/alpine-base