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

Conversation

jaseemabid
Copy link

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.

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
Copy link
Author

PS: The images are pushed to my docker hub account here as an example, can rename that to something else if needed.

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