minus-squarerelaymoth@sh.itjust.workstoDocker@programming.dev•Can anyone help me with this?linkfedilinkarrow-up1·edit-23 months agoRun ‘docker container ls -a’ and you should see the first container still there. Then do ‘docker container rm {insert-container-id-here}’. That will remove the initial container that failed. Rerun your second command and you should be gtg. Edit: don’t include the quotes. linkfedilink
Run ‘docker container ls -a’ and you should see the first container still there. Then do ‘docker container rm {insert-container-id-here}’. That will remove the initial container that failed. Rerun your second command and you should be gtg.
Edit: don’t include the quotes.