We have performed an early check of the Docker to AWS feature which allows you running Docker containers on AWS. (more…)
Read more »
Docker offers a comfortable way to try the latest C++ features without installing the compiler on the local machine. With Docker it is possible to launch a c... (more…)
Read more »
For a while now I've been running tests on Travis CI using Docker containers to build the project and execute the tests inside. In this ... (more…)
Read more »
BuildKit is a new and improved tool for building Docker images: it’s faster, has critical features missing from traditional Dockerfiles like build secrets, plus additionally useful features like cache mounting. So if you’re building Docker images, using B... (more…)
Read more »
I use docker compose pretty much for everything. I remember at one point I even was maintaing a production application with docker compose. I would copy the docker-compose.yml file to the server and then start the containers manually. (more…)
Read more »