DOCKER

illustrations

Docker

Docker is a set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. All containers are run by a single operating system kernel and therefore use fewer resources than virtual machines.

Docker Hub

Docker Hub

Hi there, you might know about Docker images and Dockerfiles. But where can you Push or Pull your images when they are ready to be used?

15/11/2020

Docker Docs

Docker Docs

Docker Docs - Best Practices for Dockerfiles Let’s talk about best practices for writing Dockerfiles. In the last years, we are experiencing improvements on the way Dockerfiles should be structured.

15/11/2020

Docker on Practice

Docker on Practice

Docker in Practice: How to build an application with Docker? Hey guys, all right? Do you already know Docker? Today I’m here to talk quickly about a very relevant topic for those who develop applications and publish in different cloud providers such as AWS, Azure, Heroku, or even Google Cloud Platform, among others.

26/06/2020