Daily Shaarli

All links of one day in a single page.

September 13, 2024

Manage sensitive data with Docker secrets | Docker Docs
thumbnail

How to securely store, retrieve, and use sensitive data with Docker services

Deploy a stack to a swarm | Docker Docs
thumbnail

How to deploy a stack to a swarm

Docker - Shaarli documentation

The personal, minimalist, super fast, database-free bookmarking service

How to push a docker image to a private repository - Stack Overflow
thumbnail

I have a docker image tagged as me/my-image, and I have a private repo on the dockerhub named me-private.
When I push my me/my-image, I end up always hitting the public repo.

What is the exact syn...