본문 바로가기
카테고리 없음

how to install docker standalone

by 즉흥 2024. 10. 11.
728x90
반응형

출처: https://docs.docker.com/engine/install/binaries/

 

Binaries

Learn how to install Docker as a binary. These instructions are most suitable for testing purposes.

docs.docker.com

 

standalone으로 도커 설치하는 방법

 

1. 설치하고자 하는 환경에 맞는 바이너리 다운로드

https://download.docker.com/linux/static/stable/?_gl=1*rtzxu9*_ga*ODg2NDE2MDU3LjE2ODUyNDI0Njg.*_ga_XJWPQMJYHQ*MTcyODYwMTk0My4xMS4xLjE3Mjg2MDE5NDQuNTkuMC4w

 

Index of linux/static/stable/

 

download.docker.com

 

2. 압축 해제

  1.  tar xzvf /path/to/FILE.tar.gz
    

3. 옮기기

  1.  sudo cp docker/* /usr/bin/
    

4. 실행

 sudo dockerd &

 

 

끝.

728x90
반응형

댓글