Docker – Name is already in use by container

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

Leave a Comment