How to modify the container name in docker?
Check the name of the container
Thislaughing_elion
is the default name when downloading es
Modify the container name
docker rename 容器原来名 要改为的名字
Finally you can see that the container name has been modified successfully
Related recommendations: docker tutorial
The above is the detailed content of How to modify the container name in docker. For more information, please follow other related articles on the PHP Chinese website!