Tag Archives: container hostname

How to set docker container host name

When we start a new container, the default host name is the container’s id. This host name is not only easy to remember, but also inconvenient to use in production environments. We can use the following options to specify the … Continue reading

Posted in How to | Tagged , , | Comments Off on How to set docker container host name