Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

ADR 04 (Docker)

Manueluz edited this page Feb 17, 2024 · 2 revisions

ADR 04 (Docker)

Decision

We chose Docker to help on building, packaging, distributing and running our application.

Status

Accepted.

Consequences

Docker helps us to have a consistent environment for the project. It provides standarized versions without having to install programs and automatic deployment.

Risks

The main risk of using docker is the extra configuration that it adds, and that our experience with docker is very limited