Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

dockerizedrupal/-DEPRECATED-puppet-debian-jessie-for-docker

Repository files navigation

WARNING

Notice: This project is deprecated. Read more about the reason why here.

-DEPRECATED-puppet-debian-jessie-for-docker

A base Docker image for dockerizedrupal/supervisor-debian-jessie.

Run the container

CONTAINER="puppet" && sudo docker run \
  --name "${CONTAINER}" \
  -h "${CONTAINER}" \
  dockerizedrupal/puppet-debian-jessie:1.1.1

Build the image

TMP="$(mktemp -d)" \
  && git clone https://github.com/dockerizedrupal/-DEPRECATED-puppet-debian-jessie-for-docker.git "${TMP}" \
  && cd "${TMP}" \
  && git checkout 1.1.1 \
  && sudo docker build -t dockerizedrupal/puppet-debian-jessie:1.1.1 . \
  && cd -

License

MIT