You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paopao-ce/scripts/docker
Michael Li 6e32e18f82
optimize configure for docker all in one environment
12 months ago
..
Dockerfile.allinone-runner optimize configure for docker all in one environment 12 months ago
Dockerfile.backend-builder prepare a all in one docker image build configure 12 months ago
Dockerfile.backend-runner prepare a all in one docker image build configure 12 months ago
README.md prepare a all in one docker image build configure 12 months ago

README.md

Dockerfile builer pre-build images

docker build -t bitbus/paopao-ce-backend-builder:latest -f Dockerfile.backend-builder .
docker build -t bitbus/paopao-ce-backend-runner:latest -f Dockerfile.backend-runner .
docker build -t bitbus/paopao-ce-allinone-runner:latest -f Dockerfile.allinone-runner .