Skip to content

Conversation

@Alienor134
Copy link
Collaborator

Tkinter local app
Handles Mongo URI
Spawns a new omniboard instance for each DB manually selected by the user

- Document how to pull the Docker image from Docker Hub:
  docker pull alienor134/altarviewer:v1.0.1

- Document how to run the container with docker.sock mounted and Mongo URL:
  docker run -d \
    -p 8060:8060 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -e MONGO_DEFAULT_URL="mongodb://<mongo-host>:27017/" \
    --name altarviewer \
    alienor134/altarviewer:v1.0.1
Temporary fix for Altar github pages documentation which includes the submodule readme files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant