diff --git a/content/blog/2024-predictability-and-correctness/index.md b/content/blog/2024-predictability-and-correctness/index.md index ce4edd3..b1555a9 100644 --- a/content/blog/2024-predictability-and-correctness/index.md +++ b/content/blog/2024-predictability-and-correctness/index.md @@ -108,8 +108,10 @@ If you are interested in being an Aerogramme early adopter, it might be the good share your use cases, in order to shape its future and be ready to go in production when its public beta will be announced. -``` -docker run -p 1143:1143 registry.deuxfleurs.org/aerogramme:0.2.2 +```bash +docker run --net host registry.deuxfleurs.org/aerogramme:0.2.2 ``` +*It will launch Aerogramme in development mode. Username is `alice`, password is `hunter2`, email is `alice@example.tld`. + [Download](/download/) - [Changelog](https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/releases/tag/0.2.2) - [Getting started](/documentation/)