Day 47: Docker Python App | 100 Days of DevOps
Content: Today I worked on Dockerizing a Python application and deploying it on a Docker container. This task helped me understand how to create Docker images for Python applications, install depende
Search for a command to run...
Articles tagged with #dockerfile
Content: Today I worked on Dockerizing a Python application and deploying it on a Docker container. This task helped me understand how to create Docker images for Python applications, install depende
Content: Today I worked on deploying a multi-container application stack using Docker Compose. This helped me understand how Docker Compose simplifies managing multiple containers together and how s
Content: Today I worked on troubleshooting and fixing Dockerfile errors on App Server 3. The Docker image build was failing because of incorrect Dockerfile instructions. The task helped me understand
Content: Today I worked on deploying an Apache HTTPD container using Docker Compose and configuring volume and port mappings. The task involved creating a docker-compose.yml file, defining the contai
Content: Today I worked on creating a custom Docker image using a Dockerfile. The task required building an image with Apache installed and configured to run on a custom port (8085). This helped me un