摘要:在上面搭建一個不要為我為什么不用因為某種我不想說的原因。環境要求要求系統必須在以上,內核版本必須是以上查看版本查看內核版本安裝運行命令第一條命令是更新下現有庫。啟動測試下安裝是否成功使用著名的安裝成功
在CentOS上面搭建一個Docker,不要為我為什么不用Ubuntu(因為某種我不想說的原因^_^)。
環境要求Docker要求系統必須在CentOS 6以上,內核版本必須是2.6.32-431以上
查看CentOS版本:
cat /etc/issue
CentOS release 6.7 (Final) Kernel on an m
查看內核版本:
uname -r
2.6.32-573.el6.x86_64安裝Docker
運行命令:
yum update
sudo yum install docker-io
第一條命令是更新下現有庫。
啟動Dockersudo service docker start
tarting cgconfig service: [ OK ] Starting docker: [ OK ]
測試下Docker安裝是否成功,使用著名的hello world:
docker run hello-world
latest: Pulling from hello-world 3f12c794407e: Pull complete 975b84d108f1: Pull complete Digest: sha256:8be990ef2aeb16dbcb9271ddfe2610fa6658d13f6dfb8bc72074cc1ca36966a7 Status: Downloaded newer image for hello-world:latest Hello from Docker. This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker Hub account: https://hub.docker.com For more examples and ideas, visit: https://docs.docker.com/userguide/
安裝成功!
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/26559.html
摘要:在上面搭建一個不要為我為什么不用因為某種我不想說的原因。環境要求要求系統必須在以上,內核版本必須是以上查看版本查看內核版本安裝運行命令第一條命令是更新下現有庫。啟動測試下安裝是否成功使用著名的安裝成功 在CentOS上面搭建一個Docker,不要為我為什么不用Ubuntu(因為某種我不想說的原因^_^)。 環境要求 Docker要求系統必須在CentOS 6以上,內核版本必須是2.6....
摘要:主要記錄了搭建所用到的工具,使用的命令和遇到的坑。二搭建服務器環境驗證是否啟動打開,輸入如果輸出版本信息的話,表示啟動成功。使用鏡像加速下載鏡像時,必須輸入完整的庫名和鏡像名。 這是一篇搭建Docker環境的過程記錄,方便以后查看。主要記錄了搭建所用到的工具,使用的命令和遇到的坑。 一、安裝Docker 第一步肯定是到Docker的官網(https://www.docker.com)上...
摘要:主要記錄了搭建所用到的工具,使用的命令和遇到的坑。二搭建服務器環境驗證是否啟動打開,輸入如果輸出版本信息的話,表示啟動成功。使用鏡像加速下載鏡像時,必須輸入完整的庫名和鏡像名。 這是一篇搭建Docker環境的過程記錄,方便以后查看。主要記錄了搭建所用到的工具,使用的命令和遇到的坑。 一、安裝Docker 第一步肯定是到Docker的官網(https://www.docker.com)上...
閱讀 977·2021-11-22 09:34
閱讀 2161·2021-11-11 16:54
閱讀 2196·2021-09-27 14:00
閱讀 940·2019-08-30 15:55
閱讀 1525·2019-08-29 12:46
閱讀 599·2019-08-26 18:42
閱讀 639·2019-08-26 13:31
閱讀 3183·2019-08-26 11:52