More powerful Docker builds

It’s surprising how quickly you can run into the limitations of Docker, especially when you try to use Docker for building your applications from source code. One of the most frustrating limitations becomes apparent when you try to use Docker to deal with… Read more

Similar

Using LDAP in Docker with Caching

LDAP and Active Directory are both directory services. These are used extensively in corporate environments as authentication and authorization solutions. In a modern infrastructure, applications quite often run in a containerized environment, and sometim... (more…)

Read more »

How to Set Up a Self-Hosted Docker Repo

Docker is a quite popular technology in developers world, better part of all the new projects were built with Docker. At least, Docker has a reputation of a great tool for software distribution. For reference, we use it in our project Ambar. It's a docume...

Read more »