README
Note these instructions are for Linux. The equivalent should work on Windows but I just have not tried it.
- Create new AWS instance, named watcherstower, using Ubuntu 18.04 LTS
- Secure watcherstower
- Login to watcherstower as the controller user and...
- $ sudo apt install docker
- $ sudo useradd -m sme
- $ sudo passwd sme
TODO