mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Manual download option not using the downloaded image file #260
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @commadelimited on GitHub (Oct 21, 2021).
My details:
Mac OS Catalina – 10.15.7
Docker Desktop – 3.3.3 (64133)
I'm following the steps in Use your own image and manually and automatically log into a shell
wgetcommand and see the resulting file on my desktop.docker runcommandUnable to find image 'sickcodes/docker-osx:naked-auto' locallyPulling from sickcodes/docker-osxI'm largely indifferent to which method, but I like having the image locally so that I can quickly rerun the build if something fails. I just wanted to let you know that it appears to not be working properly.
Note that I'm a complete Docker noob so there's a distinct possibility I'm doing something wrong, but these steps seem to be pretty foolproof. :D
@sickcodes commented on GitHub (Oct 22, 2021):
Hey mate, no worries!
So you are downloading the
sickcodes/docker-osx:naked-autoimage from docker's servers.sickcodes/docker-osx:naked-auto is a special image for container for setting username and password.
Do all of the other containers work?
I am testing this now regardless :)