linux - 能否在Docker容器内读取宿主机的进程信息(ps)和一些系统状态(df)
天蓬老师
天蓬老师 2017-04-17 16:36:54
0
1
624
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

모든 응답(1)
小葫芦

1.In docker container, you can add dockerhost in /etc/hosts:

127.0.0.1    localhost
192.168.0.109   dockerhost  # host ip

2.In docker container,run command as following:

ssh root@dockerhost 'df -h'

NOTE:You can add docker ssh file id_rsa.pub in dockerhost, so you do not have to input password every time when excuting the command.

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!