docker-man
Notes on Docker
Basics
- By default, the username and hostname of a docker container is of the following
form:
where
root@id
id
is theCONTAINER ID
, e.g. it might take a value likeroot@daa226795125
.
One could verify this by running from inside a containeror simply look at the default terminal prompt.cat /etc/hostname