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!

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.

Install and run Docker natively on Windows 10 Home
How to install Docker on Windows 10 Home natively using WSL2 and its new Hyper-V features? Discover how to run Docker on Windows 10.

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-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