Beyond the cloud: Docker containers in space

On the 13th June 2019, a rocket launched from Kiruna, Sweden, carrying 280kg of scientific experiments; among them, a Raspberry Pi Zero running Docker containers on balenaOS. To our knowledge this is the first time a Moby/Docker container engine has been … Read more

Similar

ASP.NET Core 2.0 in Docker

Authored by Maher Jendoubi TL;DR Learn how to create a Docker image with an ASP.NET Core 2.0 application and run your application on any Docker host. If you're not using docker for something and you're a developer, you need to. #docker&am... (more…)

Read more »

Docker Developer Preview Program

The Docker Developer Program was set up to enable Docker users to get early access to unreleased features of our products and interact with the Docker team to help shape and improve the experience of millions of Docker users around the world. (more…)

Read more »

Practical Docker for Security Admins – Part 1

Docker and containers are pretty nifty. You can run applications or even OSes inside containers (sort of, it shares a kernel with the host OS and there’s still at least some ways to escape a container to get to the host). The beauty of it to me is how ...

Read more »