Skip to content

AWS 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 aws-devops -t aws-devops:latest .

Running the Locally Built Image

docker run -it aws-devops:latest