Home >Operation and Maintenance >Docker >How to get docker container hostname

How to get docker container hostname

王林
王林Original
2020-04-05 14:36:044715browse

How to get docker container hostname

Run the following command:

docker inspect -f '{{.Config.Hostname}}' 容器名

Recommended related tutorials: docker tutorial

The above is the detailed content of How to get docker container hostname. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is docker used for?Next article:What is docker used for?