Sign inSign up

bgbilling/gitlab-runner

By bgbilling

Updated over 7 years ago

gitlab-runner base image

Image
0

10K+

bgbilling/gitlab-runner 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

220.2 MB

Last updated

over 7 years ago

docker pull bgbilling/gitlab-runner