#docker
Read more stories on Hashnode
Articles with this tag
Project Details: The objective of this project is to set up a Dockerized web hosting environment on AWS using Nginx. A separate EC2 instance is...
Introduction to Docker Compose 🚢 Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we...
Dockerfile: A Dockerfile is a text file that contains a set of instructions for building a Docker image. These instructions specify the environment...
Task: Create a new user account that you want to use to run Docker containers. adduser kajal Add the new user to the "docker" group to give them...
Docker plays a major role in building the application by improving its efficiency. It containerizes the application by creating an image which is...