Node.JS delivery gateway on Linux
1.7K
Gateway service to supporting pushing a release.sh file into the container, and invoke, passing an environment name argument.
docker run -p 3000:3000 cdaf/cdds
Open with a browser to see Swagger interface, e.g. http://localhost:3000.
To deploy a release package
curl --no-progress-meter -f -X POST -H "deploy-environment: NONE" -H "deploy-directory: /tmp" -H "Content-Type: text/plain" --data-binary @./release.sh http://localhost:3000/deploy
Content type
Image
Digest
sha256:6ccb00cb5…
Size
395.5 MB
Last updated
about 1 month ago
docker pull cdaf/cdds