Running the docker registry with below command always throws an error:
docker
dev:tmp me$ docker run \\ -d --name registry-v1 \\ -e SETTINGS_
I got confused by this also. There are two commands relevant here:
docker run Run a command in a new container
docker start Start one or more stopped containers