11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


Debian 10에서 Docker를 설치하고 사용하는 방법 설치작업.....실패

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문


    Debian 10에서 Docker를 설치하고 사용하는 방법


    https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-10


    참조하여 설치 작업

    apt update

    apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common

    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

    add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"

    apt update

    apt-cache policy docker-ce

    apt install docker-ce

    ---

    Debian_10]root~[10:20]] apt-cache policy docker-ce docker-ce: Installed: (none) Candidate: (none) Version table: Debian_10]root~[10:20]] apt install docker-ce Reading package lists... Done Building dependency tree Reading state information... Done Package docker-ce is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: docker-ce-cli:amd64 E: Package 'docker-ce' has no installation candidate --------------

    apt install candidate

    apt install docker-ce

    ..... termux에 debian10 조건에서 상기 명령으로 실패


    ============

    Install Docker and Docker Compose on Debian 10 Buster

    https://computingforgeeks.com/install-docker-and-docker-compose-on-debian-10-buster/

    apt update

    apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common

    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

    add-apt-repository \

       "deb [arch=amd64] https://download.docker.com/linux/debian \

       $(lsb_release -cs) \

       stable"

    --

    nano /etc/apt/sources.list

    deb [arch=amd64] https://download.docker.com/linux/debian buster stable

    마지막에 추가 합니다

    ====

    Debian_10]root~[10:38]] apt -y install docker-ce docker-ce-cli containerd.io

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Package docker-ce is not available, but is referred to by another package.

    This may mean that the package is missing, has been obsoleted, or

    is only available from another source

    However the following packages replace it:

      docker-ce-cli:amd64


    E: Package 'docker-ce' has no installation candidate

    E: Unable to locate package docker-ce-cli

    E: Unable to locate package containerd.io

    E: Couldn't find any package by glob 'containerd.io'

    E: Couldn't find any package by regex 'containerd.io'

    Debian_10]root~[10:38]]

    -----------
    apt-get install -y candidate
    ================= 실패=======
    Ubuntu 18.04 / CentOS 8 / Debian 10 / Fedora 30에 최신 Docker Compose 설치
    ---- CentOS / RHEL -----
    $ sudo yum -y install curl

    ---- Debian / Ubuntu ----
    $ sudo apt install -y curl

    ----- Fedora -----
    $ sudo dnf -y install curl

    --------
    curl -s https://api.github.com/repos/docker/compose/releases/latest \
      | grep browser_download_url \
      | grep docker-compose-Linux-x86_64 \
      | cut -d '"' -f 4 \
      | wget -qi -

    chmod +x docker-compose-Linux-x86_64
    mv docker-compose-Linux-x86_64 /usr/local/bin/docker-compose
    ls -a
    -rw-r--r--. 1 root  root        94 Nov 19 06:48 docker-compose-Linux-x86_64.sha256

    chmod +x docker-compose-Linux-x86_64.sha256
    mv docker-compose-Linux-x86_64.sha256 /usr/local/bin/docker-compose
    chmod +x  /usr/local/bin/docker-compose

    Debian_10]root~[10:55]] docker-compose version
    /usr/local/bin/docker-compose: line 1: 2bdab0bbf42583b4b77ee015cf908933c78f0572a7cb949a7dd8e200e6250221: command not found


    ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,675 / 24 Page
    [ xbox one x에서 usb 용 리모콘호환 이 되지 않고 취소 버튼이 bee link에서 gt-mini-a… ]

    일반 usb 리코콘이 취소 버튼이 동작이 되지 않아 제가 사용중인bee link에서 사용중인 리코콘 취소 버튼이 동작 하네요■ ▶ ☞ ♠ 정보찾…

    [ xbox one x 의 종료를 절전모드 설정 및 power off 의 소비 전력 ]

    xbox one x 의 종료를 절전모드 설정 및 power off 의 소비 전력전원 끄기 방법은 전원 종료 x전원키 길게 누르면 본체 끄기가 있…

    [ 펌정보)안드로이드 TV 박스 구매 필수 정보 정리 및 활용 종합 가이드 ]

    펌정보)안드로이드 TV 박스 구매 필수 정보 정리 및 활용 종합 가이드https://cafe.naver.com/mk802/34139■ ▶ ☞ ♠…

    [ 데비안 10의 모든 서비스를 나열하는 방법 ]

    데비안 10의 모든 서비스를 나열하는 방법데비안 10에서 실행되는 전체 서비스를 보려면 다음 명령을 실행할 수 있습니다.ls /etc/init.…

    [ 나노에디터 활용 ) 커셔 위치 /etc/nanorc에서 # set const를 찾아서 주석 기호를 제거하면 … ]

    나노에디터 활용 ) 커셔 위치 /etc/nanorc에서 # set const를 찾아서 주석 기호를 제거하면 항상 커서 위치의 라인 번호가 표시됩…

    [ bee-link gt-mini 2g 제품 netflix key 등록하기 ] 댓글 13

    bee-link gt-mini 2g 제품 netflix key 등록하기https://m.cafe.naver.com/mk802/33978에서 파일…

    [ Beelink_GTKING_GTMINIA_AoL_191222 설치 작업 ] 댓글 1

    Beelink_GTKING_GTMINIA_AoL_191222 설치 작업조건 : aol 관련 정보 다운 설치 방법2nd 안드로이드 AoL셋탑 GT…

    [ 잠자님 aol 버전별 설치 에러 증상 및 system 하위디랙토리 파일 정보 ]

    잠자님 aol 버전별 설치 에러 증상 및 system 하위디랙토리 파일 정보사용기기 : gt-king-pro펨웨어 :Beelink GT-King…

    [ CoreELEC 9.2.2 신버전 다운로드경로및 업데이트 다운로드 설치방법 ] 댓글 2

    CoreELEC 9.2.2 신버전 다운로드경로및 업데이트 다운로드 설치방법11q.kr에 참조 드립니다.CoreELEC 9.2.2CoreELEC …

    [ Termux 원격 액세스 ]

    Termux 원격 액세스Termux는 몇 가지 일반적인 도구를 사용하여 원격 장치에 액세스 할 수 있습니다. Termux를 실행하는 장치를 원격…

    [ 안드로이드에서 데비안 설치 앱 ]

    안드로이드에서 데비안 설치 앱https://wiki.debian.org/ChrootOnAndroidAndroid 기기에서 데비안 chroot를 …

    [ 다운로드 MariaDB 저장소 설정 ]

    다운로드MariaDB 저장소 설정https://downloads.mariadb.org/mariadb/repositories/#distro=Deb…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-24 21:10:09

    오늘의 홈 현황


    • 현재 접속자♨ 709 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 0 명
    • 주간 가입자※ 15 명
    • 오늘 방문자 1,050 명
    • 어제 방문자 0 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,392,319 명
    • 전체 게시물※ 8,652 개
    • 전체 댓글수※ 24,765 개
    • 전체 회원수 11,066 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑