#docker
Read more stories on Hashnode
Articles with this tag
In this article, we will deploy a meditation app (written in HTML and JavaScript) in the Nginx server using Dockerfile. Dockerfile is a simple text...
When the container is removed, its data also gets destroyed and the data where the container writes is tightly coupled with the host machine which...
In a real-world scenario your apps (hosted on a Docker container) need to be accessed from the outside world, may need to communicate to other...
Docker is all about containers, containers are virtualized environments where your applications run in isolation. An image is an immutable file and is...
In the beginning, the applications were hosted on a single dedicated hardware server. Because of the single dedicated hardware server, the user space,...