From 4c8c8e7744f9432e1467701ec028c9ed03eb4572 Mon Sep 17 00:00:00 2001 From: Sander <50321538+eensander@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:13:57 +0100 Subject: [PATCH] Update README.md (#556) I copied the command from the website at [/packages/docker.html](https://inbucket.org/packages/docker.html). I thought it would be convenient if people could directly copy the command to run the image locally from the readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3e1f645..24a48eb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ Inbucket has automated [Docker Image] builds via Docker Hub. The `latest` tag tracks our tagged releases, and `edge` tracks our potentially unstable `main` branch. +Start the docker image by running: + +``` +docker run -d --name inbucket -p 9000:9000 -p 2500:2500 -p 1100:1100 inbucket/inbucket +``` + +Then point your browser to [localhost:9000](http://localhost:9000/) ## Building from Source