Unofficial Docker image of the Elk Mastodon client
712
This repository offers an unofficial Docker image of the Elk Mastodon client, crafted from the official repository's Dockerfile for straightforward deployment.
The Docker build is derived from the official Elk Mastodon client repository, providing a faithful replication of the original project.
This repository automatically checks for new releases of the Elk client every day. If a new version is released, the Docker image is rebuilt and updated. Two types of tags are available:
latest: always updated to the most recent build.[version]: a version-specific tag, e.g., v0.10.3 for a particular release.Pull the Image:
docker pull aladex/elk-mastodon:v0.10.3
Replace v0.10.3 with the desired version or use latest for the most recent build.
Run the Container:
docker run -d -p 5314:5314 aladex/elk-mastodon:v0.10.3
docker run -d -p 5314:5314 -v /path/to/your/data:/elk/data aladex/elk-mastodon:v0.10.3
Your feedback and contributions are welcome. Please report any issues or suggestions on the Docker Hub repository page.
Content type
Image
Digest
sha256:ca91789a3…
Size
54.2 MB
Last updated
almost 2 years ago
docker pull aladex/elk-mastodon