Docker’s Next Chapter: Our First Year

Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version announcements! Read more

Similar

Docker Private Registry – Setup

It is very common to setup own Docker registry for our private images. Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command: [lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)

Read more »

PayPal Cuts Costs 10x with Docker

The bigger you are, the more small efficiencies add up. Manivannan Selvaraj's talk from LinuxCon North America gives us a detailed inside view of how PayPal cut operating costs by a factor of ten, while greatly increasing performance and user convenience.

Read more »

Migrating from Docker Desktop to Podman

Docker has recently announced that Docker Desktop will soon require a subscription and, based on the size of your company, may require a paid subscription. (It remains free for personal use). There has been quite a bit of reaction to this news... (more…)

Read more »