Skip to content

All DevOps

Building and Running the Image

Building the Image Locally

Clone the Repository

git clone git@gitlab.com:jinal-shah/devops/images.git

cd into the directory

cd images

Build the Image

docker build --target all-devops -t all-devops:latest .

Running the Locally Built Image

docker run -it all-devops:latest