sudo apt update
sudo apt upgrade -y
sudo apt update
sudo apt install -y docker.io
sudo touch /etc/docker/daemon.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setup rasbian lite | |
| 1. write iso file to sd card. | |
| 2. before removing sd card, add an empty file `ssh` to the `boot` drive. | |
| 3. plug it into the raspberry pi and boot it up. | |
| # Log in | |
| 1. use what ever networking tool to figure out what the ip address is for your new pi. | |
| 2. use `ssh` to log in. | |
| username: `pi` | |
| password: `raspberry` | |
| ```bash |