install

    [Raspbian] 라즈베리파이 라즈비안 docker & docker-compose 설치

    https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl Installing Docker and Docker Compose on the Raspberry Pi in 5 Simple Steps Installing Docker on the Raspberry Pi sometimes can get messy, let me help you with that! dev.to 꼭 순서대로 진행할 것!@ 추가로 도커 루트 디렉토리에 외부 저장소 사용하는 방법 1. fdisk /dev/sda > 파티션 원하는대로 생성 2. mkfs.ext4 /dev/sda1 3. vi /etc/fstab ..