Sign inSign up

bgbilling/gitlab-runner-certbot

By bgbilling

Updated almost 8 years ago

Certbot

Image
0

996

bgbilling/gitlab-runner-certbot repository overview

bgbilling-docker

#!/bin/sh

echo "Downloading bgbilling-stack (compose)..."
docker pull bgbilling/stack-empty && docker run --name tmp-bgbilling-docker -d bgbilling/stack-empty \
  && docker cp tmp-bgbilling-docker:/bgbilling-docker . && docker rm -f tmp-bgbilling-docker

echo "Init Docker Swarm"
docker swarm init

echo "Run BGBillingServer stack"
./bgbilling-docker/init.sh

# remove stack
#docker stack rm bgbilling

Tag summary

Content type

Image

Digest

Size

47.2 MB

Last updated

almost 8 years ago

docker pull bgbilling/gitlab-runner-certbot