Category: Raspberry PI

0

Upgrade docker-compose

I got stuck with one of the docker-compose.yml that was using v3.8 and my docker-compose version was old. It did not support v3.8 files only v3.3 and below was supported. RaspberryPi at the time of writing only had docker-compose version...

0

RaspberryPi

Basic Steps Increase swap partition $ less /etc/dphys-swapfile $ ll /var/swap -rw——— 1 root 100M Aug 20 06:58 /var/swap $ sudo dphys-swapfile swapoff $ sudo vi /etc/dphys-swapfile # add below line for 2GB swap partition CONF_SWAPSIZE=2048 $ sudo dphys-swapfile setup...