docker error - 'name is already in use by container'

后端 未结 18 2078
暖寄归人
暖寄归人 2020-12-12 08:14

Running the docker registry with below command always throws an error:

dev:tmp me$ docker run \\
     -d --name registry-v1 \\
     -e SETTINGS_         


        
18条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 08:58

    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

提交回复
热议问题