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
latesttracks the most recent stable releaseedgetracks the potentially unstablemainbranch- versions are also tagged, ie
3.1.0-beta2
Volumes
/configwill contain the defaultgreeting.htmlfile (after first start,) which may be customized for your users/storageholds 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.