Docker Tutorials | How Docker Identifies a Container ? | How to Name or Rename a Container ?

Опубликовано: 05 Октябрь 2024
на канале: VRTechnologies For Automation
2,731
32

Next Vidoe: Port Mapping to access the application which running inside a container
link:    • Docker Tutorials | How to access the ...  

Docker Uses three ways to identify its container and to work with them.
They are:

1. UUID Long
2. UUID Short (Container ID , First 12 Characters of UUID Loing )
3. Name


How to Provide a Custom Name to a Container ?
docker run –it –d --name myJenkinsApp centos:latest

How to rename an existing container ?
docker rename ExistingContainerName NewNameForContainer



Playlist link:    • Docker Tutorials for Beginners | Stor...