Unable to find image ‘local_discourse/app:latest’ locally
docker: Error response from daemon: pull access denied for local_discourse/app, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.
I had a look at the code! Seems like the launcher uses local_discourse/app (wich not exists) as image if the variable $run_image is empty! This has the following code:
cat $config_file | $docker_path run $user_args --rm -i -a stdin -a stdout $image ruby -e \
"require 'yaml'; puts YAML.load(STDIN.readlines.join)['run_image']"
Nah, that’s just my firewall’s configuration in case it’s relevant, I’m as clueless still as to what is causing this… as my Debian is freshly installed.