Notice: This project is deprecated. Read more about the reason why here.
A Docker image to create data-only containers.
CONTAINER="data" && sudo docker run \
--name "${CONTAINER}" \
-h "${CONTAINER}" \
-v /data \
dockerizedrupal/data:1.1.0
TMP="$(mktemp -d)" \
&& git clone https://github.com/dockerizedrupal/-DEPRECATED-data-for-docker.git "${TMP}" \
&& cd "${TMP}" \
$$ git checkout 1.1.0 \
&& sudo docker build -t dockerizedrupal/data:1.1.0 . \
&& cd -
MIT
Content type
Image
Digest
sha256:fa1822012…
Size
651.9 kB
Last updated
almost 10 years ago
docker pull dockerizedrupal/data