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. 설치하고자 하는 환경에 맞는 바이너리 다운로드
Index of linux/static/stable/
download.docker.com
2. 압축 해제
-
tar xzvf /path/to/FILE.tar.gz
3. 옮기기
-
sudo cp docker/* /usr/bin/
4. 실행
sudo dockerd &
끝.
728x90
반응형
'how to' 카테고리의 다른 글
how to set Session clustering in springboot (1) | 2025.05.20 |
---|---|
how to fix : Java Algorithm constraints check failed on key RSA with size of 1024bits (0) | 2025.04.24 |
how to fix Error response from daemon: unable to create manifests file: NotFound: content digest (0) | 2025.03.31 |
how to set platform and docker pull (0) | 2024.10.23 |
how to set "CyberChef" in synology using docker. (1) | 2024.04.22 |
how to use Dockerfile (0) | 2023.11.03 |
how to use pwndocker (0) | 2023.08.22 |
how to Copy the highlighted source code from visual studio to word (0) | 2023.07.23 |
how to solve "adb push" or "adb install" not working (0) | 2023.05.25 |
how to fix "Error message: crypto_alg: ARIA-CBC: not found" in openVPN (0) | 2023.04.25 |
댓글