Docker Keep in touch
Docker build for arm64 and other architectures
Learn how to build and distribute multi-architecture docker image, you'll have no excuse to not use Apple M1 laptops support in your project!
Docker-OSX (or Windows) development
How to use docker-sync to quickly solve the slowness issues if you are running your host’s filesystem on osx (or windows). Discover here the cause and tackle it.
Docker vs Kubernetes: are they really to be compared?
What is a container? What is an orchestrator? Padok explains the complementarity between Docker & Kubernetes, and how to use these technologies together
Create a Docker image using Multi-Stage Builds
Are you tired of creating huge contraptions to optimize your Dockerfiles? Use Multi-Stage to develop a single docker image for all your environments.
OCI vs Docker: What is a container?
Containers are a new way to package software. Docker's image format OCI has become standard but Kubernetes uses different container runtimes.
Docker Commands to use: Docker vs Docker-compose
Here are a few Docker and Docker-Compose commands you need to know before starting an IT project. Discover the basic knowledge of Docker.