바 이 너 리 파일 방식 으로 Docker-CE 설치

docker-ce 는 자주 사용 하 는 Liux 발행 판 설치 방식 을 제공 하지만 오프라인 설치 가 필요 할 때 가 많 습 니 다.이 글 은 centos 에서 오프라인 설치 패 키 지 를 사용 하여 docker-ce 버 전 을 설치 하 는 방법 을 소개 합 니 다.이 방식 은 대부분의 docker 오프라인 설치 패 키 지 를 설치 하 는 방식 에 적 용 됩 니 다.
OS
항목
운영 체제
No.1
CentOS7/RHEL
No.2
다른 systemd 를 사용 한 Liux 발행 판
설치 방법
설 치 는 주로 다음 과 같은 내용 을 진행 했다.
순서
자세 한 내용
Step 1
docker-ce 의 오프라인 설치 패 키 지 를 다운로드 합 니 다.
Step 2
docker 디 렉 터 리 압축 풀기
Step 3
docker 디 렉 터 리 의 내용 을/usr/bin 에 복사 하고 권한 을 설정 합 니 다.
Step 4
docker 의 systemd 설정 파일 설정
Step 5
docker 의 부팅 설정
Step 6
docker 시작
Step 7
버 전 확인
스 크 립 트 설치
다음 github 에 스 크 립 트 설치
스 크 립 트 설치
https://github.com/liumiaocn/easypack/blob/master/docker/install-docker.sh
설치 방법
설치 설명
오프라인 설치 패 키 지 를 다운로드 한 후 설치 스 크 립 트 에 파일 이름 을 매개 변수 로 전송 하면 됩 니 다.
[root@angular docker]# sh install-docker.sh 
Usage: install-docker.sh FILE_NAME_DOCKER_CE_TAR_GZ
       install-docker.sh docker-17.09.0-ce.tgz
Get docker-ce binary from: https://download.docker.com/linux/static/stable/x86_64/
eg: wget https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.tgz

[root@angular docker]#

설치 예시
현재 최신 안정 적 인 버 전의 docker-ce 를 다운로드 하고 다운로드 경 로 는 다음 과 같 습 니 다.https://download.docker.com/linux/static/stable/x86_64/
[root@angular docker]# wget https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.tgz
--2017-10-25 19:08:43--  https://download.docker.com/linux/static/stable/x86_64/docker-17.09.0-ce.tgz
Resolving download.docker.com (download.docker.com)... 54.182.1.17, 54.182.1.143, 54.182.1.160, ...
Connecting to download.docker.com (download.docker.com)|54.182.1.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30365949 (29M) [application/x-tar]
Saving to: ‘docker-17.09.0-ce.tgz’

100%[==============================================================================================>] 30,365,949   101KB/s   in 5m 35s 

2017-10-25 19:14:25 (88.5 KB/s) - ‘docker-17.09.0-ce.tgz’ saved [30365949/30365949]

[root@angular docker]#

설치 하 다.
[root@angular docker]# sh install-docker.sh  docker-17.09.0-ce.tgz 
##unzip : tar xvpf docker-17.09.0-ce.tgz
docker/
docker/docker-containerd-shim
docker/docker-containerd
docker/docker-runc
docker/docker
docker/docker-init
docker/docker-containerd-ctr
docker/docker-proxy
docker/dockerd

##binary : docker copy to /usr/bin
/usr/bin/docker
##systemd service: docker.service
##docker.service: create docker systemd file

##Service status: docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: http://docs.docker.com
##Service restart: docker
##Service status: docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: active (running) since Wed 2017-10-25 19:18:43 EDT; 72ms ago
     Docs: http://docs.docker.com
 Main PID: 1414 (dockerd)
   Memory: 16.5M
   CGroup: /system.slice/docker.service
           ├─1414 /usr/bin/dockerd -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock --selinux-enabled=false --log-opt max-size=1g...
           └─1418 docker-containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeo...

Oct 25 19:18:36 angular dockerd[1414]: time="2017-10-25T19:18:36.416541000-04:00" level=warning msg="failed to rename /var/lib...nously"
Oct 25 19:18:37 angular dockerd[1414]: time="2017-10-25T19:18:37.172916429-04:00" level=info msg="Graph migration to content-a...econds"
Oct 25 19:18:37 angular dockerd[1414]: time="2017-10-25T19:18:37.191385917-04:00" level=info msg="Loading containers: start."
Oct 25 19:18:41 angular dockerd[1414]: time="2017-10-25T19:18:41.000545493-04:00" level=info msg="Default bridge (docker0) is ...ddress"
Oct 25 19:18:42 angular dockerd[1414]: time="2017-10-25T19:18:42.933687222-04:00" level=info msg="Loading containers: done."
Oct 25 19:18:42 angular dockerd[1414]: time="2017-10-25T19:18:42.990164870-04:00" level=info msg="Docker daemon" commit=afdb6d...09.0-ce
Oct 25 19:18:42 angular dockerd[1414]: time="2017-10-25T19:18:42.991432362-04:00" level=info msg="Daemon has completed initialization"
Oct 25 19:18:43 angular systemd[1]: Started Docker Application Container Engine.
Oct 25 19:18:43 angular dockerd[1414]: time="2017-10-25T19:18:43.161695630-04:00" level=info msg="API listen on /var/run/docker.sock"
Oct 25 19:18:43 angular dockerd[1414]: time="2017-10-25T19:18:43.161959773-04:00" level=info msg="API listen on [::]:4243"
Hint: Some lines were ellipsized, use -l to show in full.
##Service enabled: docker
Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service.
## docker version
Client:
 Version:      17.09.0-ce
 API version:  1.32
 Go version:   go1.8.3
 Git commit:   afdb6d4
 Built:        Tue Sep 26 22:39:28 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.09.0-ce
 API version:  1.32 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   afdb6d4
 Built:        Tue Sep 26 22:45:38 2017
 OS/Arch:      linux/amd64
 Experimental: false
[root@angular docker]#

좋은 웹페이지 즐겨찾기