Docker Build
Inbucket images are automatically built and pushed to Docker Hub and the GitHub Container Registry. The main Inbucket repo contains the Dockerfile, which allows you to build your own Docker image.
Running
docker run -d --name inbucket -p 9000:9000 -p 2500:2500 -p 1100:1100 inbucket/inbucket
Then point your browser at http://localhost:9000/.
Image Tags
latest
tracks the most recent stable releaseedge
tracks the potentially unstablemain
branch- versions are also tagged, ie
3.1.0-beta2
Volumes
/config
will contain the defaultgreeting.html
file (after first start,) which may be customized for your users/storage
holds emails received by Inbucket
Default Configuration
The initial configuration is set by the ENV
statements in the Configuration
section of our Dockerfile. You may use Docker environment variables to
override or further customize Inbucket.