How Do You Troubleshoot the Docker Command Error “not a valid repository/tag”?

Problem scenario
You are trying to run a Docker command, but you get this error:

Error parsing reference: " continual/integration" is not a valid repository/tag.

What do you do?

Solution
Look to see if you have an extra "\" or space in your Docker run command.  That can cause this problem.

Leave a comment

Your email address will not be published. Required fields are marked *