#docker
Read more stories on Hashnode
Articles with this tag
Dockerizing an Application To dockerize an application, follow these steps: Create a repository for your application with the name of the...
Docker compose Docker Compose is a powerful tool that allows you to define and manage multi-container Docker applications. It provides a simple and...
Inputs In Docker, the -i parameter is used to attach the standard input (stdin) of the host to a running container. This allows you to provide input...
Introduction Imagine you want to make a cake, but you don't have an oven or all the ingredients. What do you do? You could go to a friend's house and...