This image is meant to be used as "data-only" container, which will be used to give access to our app's files to the other linked containers.
Available volumes:
docker pull dmoraschi/app-volume
git clone https://github.com/dmoraschi/docker-centos.git
cd docker-centos/app-volume
docker build -t dmoraschi/app-volume .
APP_NAME=<your app name>
APP_ROOT=<your app root folder>
docker run -rm --name ${APP_NAME}-app \
-v ${APP_ROOT}:/data/app dmoraschi/app-volume
MIT
Content type
Image
Digest
sha256:5d0307eaf…
Size
2 MB
Last updated
over 8 years ago
docker pull dmoraschi/app-volume