Tomatokai

學習,是一趟自我愉悅的旅行


  • 主頁

  • 標籤

  • 分類

  • 歸檔

Docker 中安裝centos並且進行ssh

Posted on 2019-06-21

安裝centos

docker pull centos
docker run -d -i -t <imageID> /bin/bash
#進入docker內的centos
docker attach <ContainerID>

訂製自己的centos

#安裝ifconfig
yum search ifconfig
yum install net-tools.x86_64
centos安装和配置zsh
好的團隊協作,可以讓工作變成一種樂趣
  • Table of Contents
  • Overview

tomatokai

15 posts
  1. 1. 安裝centos
  2. 2. 訂製自己的centos
© 2019 tomatokai
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4