Sign inSign up

aladex/elk-mastodon

By aladex

Updated almost 2 years ago

Unofficial Docker image of the Elk Mastodon client

Image
0

712

aladex/elk-mastodon repository overview

Elk Mastodon Client Docker Image

Introduction

This repository offers an unofficial Docker image of the Elk Mastodon client, crafted from the official repository's Dockerfile for straightforward deployment.

Source

The Docker build is derived from the official Elk Mastodon client repository, providing a faithful replication of the original project.

Automatic Updates

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.

How to Use

  1. 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.

  2. Run the Container:

    • Basic command:
      docker run -d -p 5314:5314 aladex/elk-mastodon:v0.10.3
      
    • With persistent storage:
      docker run -d -p 5314:5314 -v /path/to/your/data:/elk/data aladex/elk-mastodon:v0.10.3
      

Feedback and Contributions

Your feedback and contributions are welcome. Please report any issues or suggestions on the Docker Hub repository page.

Tag summary

Content type

Image

Digest

sha256:ca91789a3

Size

54.2 MB

Last updated

almost 2 years ago

docker pull aladex/elk-mastodon