🦊 🐳 Publish your docker images in a private registry with GitLab Container Registry

It may happen that you need a private registry to publish your docker images (business projects, dev docker images, etc…). There are several solutions to do that : take a docker hub subscription which allows you to create private projects create and maintain your own registry (ex: harbor) use GitLab Registry The docker hub solution may seem to be the right one for a company with large projects, but for simple needs (ex: management of development docker images) or for side projects, the Gitlab Registry solution is in my opinion the simplest. ...

January 16, 2022 · 3 min · Matthieu Drouian

🐳 doco - A shell alias for docker compose

During the last 6 years that I had to use docker, I quickly added a doco alias for docker-compose (then docker compose) in my terminal. ...

January 15, 2022 · 1 min · Matthieu Drouian