011_docker内部各系统基本工具安装
Posted itcomputer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了011_docker内部各系统基本工具安装相关的知识,希望对你有一定的参考价值。
[email protected]:/# cat /etc/os-release #查看linux发行版本 PRETTY_NAME="Debian GNU/Linux 8 (jessie)" NAME="Debian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=debian
一、Debian和Ubuntu系列
(1)搜索需要的包 apt-cache search net-tools (2)安装需要的包 apt-get install net-tools
二、Centos系列
以上是关于011_docker内部各系统基本工具安装的主要内容,如果未能解决你的问题,请参考以下文章
python全栈_011_Python3基本数据类型--字典