-
Notifications
You must be signed in to change notification settings - Fork 7
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
Docker pull command return error #6
Comments
Try using the --platform switch when running, see: |
Also - I need to build a new docker image with the latest release which includes the new command line functionality and individual state chart processing. Should be done later today. I'll post the link then. |
New docker image pushed, n129bz/chartmaker:v1.34, found at: To run on Mac ARM64, use the --platform option when launching, docker run -it --platform linux/amd64 n129bz/charmaker:v1.34 This image has the newest version of Chartmaker with new command line options and individual VFR area chart capability. Closing issue. |
Docker image now updated to version 1.35 |
Hi Brian,
Sorry to be a pain. I tried using the container search function in the Docker Desktop app, but it only showed tag version 1.20. I tried running the pull command manually from the terminal (on a Mac) and got:
I was able to download 1.20 from the main docker registry but it does not want to run for some reason - possibly because I'm on an ARM64 Mac and the image was created for AMD64?
The text was updated successfully, but these errors were encountered: