I run the wget command and see the resulting file on my desktop.
I run the associated docker run command
I get an immediate warning message Unable to find image 'sickcodes/docker-osx:naked-auto' locally
The script proceeds to Pulling from sickcodes/docker-osx
I'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
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](https://github.com/sickcodes/Docker-OSX/#use-your-own-image-and-manually-and-automatically-log-into-a-shell
)
* I run the `wget` command and see the resulting file on my desktop.
* I run the associated `docker run` command
* I get an immediate warning message `Unable to find image 'sickcodes/docker-osx:naked-auto' locally`
* The script proceeds to `Pulling from sickcodes/docker-osx`
I'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
So you are downloading the sickcodes/docker-osx:naked-auto image 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 :)
@sickcodes commented on GitHub (Oct 22, 2021):
Hey mate, no worries!
So you are downloading the `sickcodes/docker-osx:naked-auto` image 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 :)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 :)