#dockerfile
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...
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...