This README would normally document whatever steps are necessary to get your application up and running.
A bitbucket pipeline image for git repositories.
Dockerfile?cd <Dockerfile-directory>Note the . is very important
docker --version docker version docker info
docker image ls
docker container ls docker container ls --all docker container ls -aq
docker ps -adocker rm $(docker ps -aq)docker imagesdocker rmi $(docker images -q)docker system prune --allContent type
Image
Digest
Size
244.7 MB
Last updated
over 6 years ago
docker pull cheanan/bitbucket-pipeline