Skip to content

Instantly share code, notes, and snippets.

@JohnnySixarms
Last active February 10, 2018 09:16
Show Gist options
  • Save JohnnySixarms/1c05aa5ffcf49d5eb0f25520a9b038a7 to your computer and use it in GitHub Desktop.
Save JohnnySixarms/1c05aa5ffcf49d5eb0f25520a9b038a7 to your computer and use it in GitHub Desktop.
RaspberryPi3 Install
sudo raspi-config
- set hostname
- enable ssh
- set localisation
- expand filesystem
- memory split
edit /boot/config.txt
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
dtparam=audio=off
sudo systemctl disable hciuart
/etc/modprobe.d/blacklist-wifi.conf
blacklist cfg80211
blacklist rfkill
sudo aptitude update
sudo aptitude dist-upgrade
sudo aptitude install ntp mc screen git
sudo systemctl enable ntp
sudo timedatectl set-ntp 1
sudo rpi-update
curl -sSL https://get.docker.com | sh
@JohnnySixarms
Copy link
Author

docker swarm init --advertise-addr xxx.xxx.xxx.xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment