Docker

post-image

Terraform with Docker

Sunday, Mar 23, 2025 by Mohammad Sajid Anwar Terraform, Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. Terraform with Docker 1. Introduction 2. Objectives 3. What is Terraform? 4. Why Terraform? 5. Terraform Configuration File 6. Terraform Workflow 7. Setup 8. Action 9. Cleanup Introduction A few days ago, I shared my story about creating a Docker image for The Weekly Challenge website in this blog post.

Continue Reading
post-image

GitHub Actions

Saturday, Mar 22, 2025 by Mohammad Sajid Anwar Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. GitHub Actions 1. Introduction 2. Workflow 3. Top Level Keys a) Required Keys b) Optional Keys 4. Event Types 5. Repository Events 6. Job Components a) Required Components b) Optional Components 7. Example a) Proof of Concept Introduction I have been planning to learn GitHub Actions for a long time.

Continue Reading
post-image

Docker Volume

Friday, Mar 21, 2025 by Mohammad Sajid Anwar Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. Docker Volume 1. Setup 2. Bind Mount 3. Use of Docker Volume Setup For this post, we just need docker. Let’s quickly set up the environment and verify the installation. $ sudo apt update $ sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin $ sudo usermod -aG docker $USER Verify the installation:

Continue Reading
post-image

Docker Compose

Thursday, Mar 20, 2025 by Mohammad Sajid Anwar Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. Docker Compose 1. Setup 2. docker-compose vs docker compose 3. Plan a) Create a Docker Network b) Create the MongoDB Container c) Create the Mongo Express Container d) Verify Containers e) Test Connection 4. Observations 5. Docker Compose 6. Cleanup 7. Conclusion Setup For this post, we will need docker.

Continue Reading
post-image

Docker Secret

Thursday, Mar 20, 2025 by Mohammad Sajid Anwar Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. Dockeri Secret 1. Setup 2. Hard Wired Secrets 3. Environment Variables 4. Env File 5. Swarm Mode Setup Before we do anything, let’s make sure we have the foundation setup properly. If you don’t have docker and docker-compose installed, please follow the steps below. Otherwise, proceed to the next section.

Continue Reading
post-image

Build Docker Image

Wednesday, Mar 19, 2025 by Mohammad Sajid Anwar Perl, Docker

DISCLAIMER: Image is generated using FREE version of ChatGPT. Build Docker Image 1. Introduction 2. Journey 3. Setup Introduction I know the post title is a little vague, what I meant is building docker image for the weekly challenge website. If you are new to The Weekly Challenge then this is the perfect platform for all geeks who want to use their favourite programming language to solve the two challenges we present every week.

Continue Reading

SO WHAT DO YOU THINK ?

If you have any suggestions or ideas then please do share with us.

Contact with me