Docker極簡入門

2021-08-20 05:50:37 字數 446 閱讀 1850

我有幾張阿里雲幸運券分享給你,用券購買或者公升級阿里雲相應產品會有特惠驚喜哦!把想要買的產品的幸運券都領走吧!快下手,馬上就要搶光了。

[root@chatdevops ~]# yum -y install docker

[root@chatdevops ~]# docker --version

docker version 1.13

.1, build 94f4240/1.13

.1[root@chatdevops ~]# systemctl start docker

[root@chatdevops ~]# systemctl status docker

[root@chatdevops ~]# systemctl enable docker

[root@chatdevops ~]# docker info

django極簡入門

django極簡入門 i.安裝python環境 ii.安裝django pip install djangoiii.建立django專案資料夾 django admin startproject myprojectiv.在專案資料夾內,如myproject myproject,建立視 件,如view...

Shell極簡入門

簡單shell案例 使用vim建立乙個檔案hello.sh 首行新增宣告,使用的是 bin目錄下的bash直譯器,因為linux有很多的直譯器 bin bash 然後新增上一句 echo hello 按 輸入wq 儲存退出 為檔案新增可執行許可權 控制台輸入以下內容 chmod x hello.sh...

Elasticsearch 極簡入門

考慮到阿里雲 elasticsearch 使用 6.7.x 版本,本小節我們基於 6.7.2 版本進行安裝部署。前置準備 1 安裝 jdk 2 修改 etc security limits.conf,在此配置中增加以下內容。如果伺服器已經配置好,可以不用重複配置。需要在 root 下執行。root ...