Hyper.sh now allows you to load Docker images directly from your laptop

A lot of users have been asking about how they can ‘pull’ images from their local machine directly to Hyper.sh. 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 »

Parsing the Docker Logs API Binary Format

I recently wrote on a log collector that used Docker’s Container Logs API to subscribe output streams of containers. Most people don’t go this way, because they use well known logging drivers so it’s hard to find any programs consuming this API.

Read more »