Debian 라즈베리파이4 docker 설치
페이지 정보
본문
라즈베리파이4B 데비안 도커 설치환경
apt update
apt upgrade
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
나의 경우는 설치 중 아래 에러 발생
E: The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu lunar Release' does not have a Release file. 에러 발생
rm /etc/apt/sources.list.d/*.list --> 파일들을 삭제하면 됨
다시 설치 진행
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
도커 버전 확인 docker version
도커 자동 실행 등록
sudo systemctl enable docker
- 이전글라즈베리파이 XRDP 설치 "Debian GNU/Linux 12 (bookworm)" 24.04.04
- 다음글라즈베리파이 pi 계정 삭제 22.03.31
댓글목록
등록된 댓글이 없습니다.