docker

How to generate a Docker image for a Rust project using GitHub Actions

10 minute read Published: 2023-10-25

In this article we are going through how to generate a Docker image for a Rust project, using web framework Rocket, with GitHub Actions.

It’s very straight forward. But I will go step by step here in case you haven’t touched Docker or GitHub Actions before.

Get started with Docker and Docker Compose

18 minute read Published: 2022-03-06

It’s hard to find a software company, besides embedded, that doesn’t take advantage of using Docker as their container solution. Even harder when it’s a company that focuses on the Web. There is a good reason why this is the case, it’s making life a lot easier for SWE/SRE/DevOps Engineers.