docker: Error response from daemon: Conflict. The container name is already in use by container You have to remove (or rename) that container to be able to reuse that name.解决办法:
docker: Error response from daemon: Conflict. The container name is already in use by container You have to remove (or rename) that container to be able to reuse that name.
docker rm YOUR_CONTAINER_NAME
docker start YOUR_CONTAINER_NAME