Showing posts in Docker
post image

Hello world in Docker

2023-06-06 Docker

In a previous post, we saw how to install Docker and, at the same time, run the first "hello-world" container. However, this first example might be somewhat confusing for someone just starting with Docker. For this reason, today we will look at a slightly ...

by Darío Rivera


post image

Docker Installation

2023-06-05 Docker

According to its official website, Docker is a platform for developers and system administrators to develop, deploy, and run applications with containers. A container is an instance of an image, which in turn is a package with everything needed to run an a...

by Darío Rivera