You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Successfully built 8dabfe418292
#Successfully tagged combustion:latest
#But as you can see, when I run your next command, it doesn't work
~/code/combustion$ sudo docker run -d --restart=always -p 80:80 --link some-transmission container combustion
Unable to find image 'container:latest' locally
docker: Error response from daemon: pull access denied for container, repository does not exist or may require 'docker login'.
See 'docker run --help'.
~/code/combustion$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
It would be great if the docker build was tested, and the instructions were updated. This doesn't work.
Thank you advance.
JD
The text was updated successfully, but these errors were encountered:
Greetings,
I've just put a plain vanilla ubuntu 18.04 server up in Digital Ocean. Unfortunately, none of your instructions are working.
Here's what I did:
sudo apt update && sudo apt upgrade -y
sudo apt install docker.io docker-compose -y
git clone https://github.com/Secretmapper/combustion.git
cd combustion/
sudo docker build -t combustion .
#This successfull gets me a build
#Successfully built 8dabfe418292
#Successfully tagged combustion:latest
#But as you can see, when I run your next command, it doesn't work
~/code/combustion$ sudo docker run -d --restart=always -p 80:80 --link some-transmission container combustion
Unable to find image 'container:latest' locally
docker: Error response from daemon: pull access denied for container, repository does not exist or may require 'docker login'.
See 'docker run --help'.
~/code/combustion$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
It would be great if the docker build was tested, and the instructions were updated. This doesn't work.
Thank you advance.
JD
The text was updated successfully, but these errors were encountered: