DOCKER Assignment
1] Custom Docker Image
Create a docker image and push it to docker hub & ECR
Create a Custom image
Build the custom image
docker build -t <img_name> .
Rename the image with proper git hub notation
docker tag <img_name> <new_name>
Create a repo i...
devopswithakash.hashnode.dev3 min read