1. 程式人生 > >011_docker內部各系統基本工具安裝

011_docker內部各系統基本工具安裝

tty lin ESS ubuntu arc eas deb 工具 需要

root@nginx-56b8c64cb4-t97vb:/# 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內部各系統基本工具安裝