Expose that image via a service and try to reach it in your browserThis is a continuation of my previous post and the last step. Here are the steps I took to achieve this: expose that image via a service…Jul 12, 2024Jul 12, 2024
Deploy the image you built in your kind clusterThis is a continuation of my previous postJul 5, 2024Jul 5, 2024
Create a kind cluster on your local machineThis is a continuation of my previous post, which lists steps I took to achieve a task in DevOps. In my last post, I explained only step…Jul 2, 2024Jul 2, 2024
Create an image that displays “Mary Is Great” when you reach it in your browserHello lovelies, I am going to be sharing a step-by-step process I used to complete a task in DevOps there are four steps in all, and I will…Jun 27, 2024Jun 27, 2024
Save and Load Images in DockerContainers can be converted to images in a tar format, here are the stepsMay 7, 2024May 7, 2024
Inspecting Docker Imagedocker image history (image name) — If you want to see image layers that are put together, including all the commands used to create the…May 7, 2024May 7, 2024
Docker Build CacheThe Docker build process involves creating a new layer for each instruction in the Dockerfile. Each layer contributes to the overall size…May 7, 2024May 7, 2024
Docker Build ContextThe Docker CLI serves as our local interface, while the Docker daemon acts as a remote server running Docker. When building an image…May 7, 2024May 7, 2024
Authenticating to Docker RegistriesAuthenticating to Docker Hub can be achieved using the docker login docker.io command.Apr 12, 2024Apr 12, 2024