Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker images, push to temp registry and update docs #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 30, 2022

  1. Add docker images, push to temp registry and update docs

    The images are built with multi platform support like this:
    
        $ docker buildx create --name mybuilder --use
        $ docker buildx  build --push --platform linux/arm64,linux/amd64  -t olifant/simple-dash:latest .
    
    The images require the user to mount a config file just as usual.
    jaseemabid committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    44e8829 View commit details
    Browse the repository at this point in the history