Sign inSign up

bgbilling/scheduler

By bgbilling

Updated almost 7 years ago

BGBillingServer Scheduler

Image
0

1.0K

bgbilling/scheduler repository overview

bgbilling-docker

#!/bin/sh

echo "Downloading bgbilling-stack (compose)..."
docker pull bgbilling/stack-demo && docker run --name tmp-bgbilling-docker -d bgbilling/stack-demo \
  && 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

259 MB

Last updated

almost 7 years ago

docker pull bgbilling/scheduler:8.0