Kevin2015的个人博客分享 http://blog.sciencenet.cn/u/Kevin2015

博文

Docker的ubuntu镜像安装的容器无ifconfig和ping命令的解决

已有 3645 次阅读 2019-4-1 15:02 |个人分类:知识点专题|系统分类:科研笔记

Docker的Ubuntu镜像安装的容器无ifconfig命令和ping命令


解决:

apt-get update(这一步必须)

sudo apt-get install net-tools       # ifconfig 

sudo apt-get install iputils-ping     # ping

亲测可行!



https://wap.sciencenet.cn/blog-2609994-1170893.html

上一篇:安装Ubuntu 18.04.2 LTS流程
下一篇:maftools 找不到对象\'Variant_Classification\'
收藏 IP: 159.226.149.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-28 07:46

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部