Docker 원격 다운로드를 위한 천둥 다운로드 도구 설치

1344 단어 docker
1. 최신 다운로드 이미지를 가져옵니다. 저는 inheli/docker-thunder-xware를 사용합니다. 다운로드 명령: docker pull yinheli/docker-thunder-xware:latest 둘째, 첫 번째 단계는 이 단계를 직접 실행하는 명령을 생략할 수 있습니다. 로컬에 해당하는 이미지가 없으면 docker는 자동으로 인터넷에서 검색하고 다운로드할 수 있습니다.실행 명령: docker run -d --restart always --name xware --net host -v /files/xunlei:/app/TDDOWNLOAD -v
/files/xunlei/config:/app/bin/cfg yinheli/docker-thunder-xware
설명: –restart always: docker와 함께 시작 – name xware: 사용자 정의 실례 이름, 지정하지 않으면 docker는 자동으로/files/xunlei:/app/TDDOWNLOAD: 마운트/files/xunlei를/app/TDDOWNLOAD로 생성합니다. 이렇게 하면 천둥이 다운로드한 물건은/files/xunlei 디렉터리에 저장됩니다./files/xunlei/config:/app/bin/cfg:위와 같이 천둥치는 설정 파일을 저장합니다.
[root@corigin xunlei]# docker run -d –restart always –name xware –net host -v/files/xunlei:/app/TDDOWNLOAD -v/files/xunlei/config:/app/bin/cfg yinheli/docker-thunder-xware 42965ca55904fa03e77693fbfd05ee475f9dbcff47f2557a61fafee0aae7ea2a
3. 로그를 보고 활성화 코드 활성화 코드를 획득하여 천둥 원격 다운로드 증가 장치에 추가
docker logs xware

활성코드는 "THE ACTIVE CODE IS:"뒤에 따르는 6자리 자모입니다.
try again…(has tried 8 time(s)). getting xunlei service info…
THE ACTIVE CODE IS: abcdef
go to http://yuancheng.xunlei.com, bind your device with the active code. finished.
넷, 까지http://yuancheng.xunlei.com계정을 등록하고 로그인한 후 다운로드기를 추가하여 지난번에 받은 활성코드를 입력하세요.

좋은 웹페이지 즐겨찾기