라즈베리파이에 깃, 도커 설치하기
git 설치
1 | sudo apt-get update |
docker 설치
1 | curl -fsSL https://get.docker.com -o get-docker.sh |
참고
라즈베리파이에 깃, 도커 설치하기
https://chinsun9.github.io/2021/07/29/install-git-docker-on-raspberrypi/
1 | sudo apt-get update |
1 | curl -fsSL https://get.docker.com -o get-docker.sh |
라즈베리파이에 깃, 도커 설치하기
https://chinsun9.github.io/2021/07/29/install-git-docker-on-raspberrypi/