CircleCi Base container with docker compose and dockerize added
5.7K
docker build . -t ci_python3_node
docker build --no-cache . -t ci_python3_node
docker run -it -t ci_python3_node /bin/bash
git add -u
git commit -m 'Message here'
git push
git tag # get list of tags
git tag 1.1.1 && git push --tags
Content type
Image
Digest
Size
864.3 MB
Last updated
almost 7 years ago
docker pull sharpertool/ci_python3_node