OS/Linux

[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 > /var/lib/docker에 마운트 설정

ex ) PARTUUID=a3c543bd-26ac-1344-95fc-f9c1fcc010f1   /var/lib/docker ext4    defaults,noatime        0       0

4. reboot : 도커가 재시작 되면서 해당 디렉토리에 필요한 파일들을 생성한다.