From 1a5e6d1b889a584a81eaf69862641beb5d097f2a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 23 Feb 2024 20:51:34 +0100 Subject: [PATCH] better test instructions --- content/blog/2024-predictability-and-correctness/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/)