- http://blog.hypriot.com/getting-started-with-docker-on-your-arm-device
- setup .env file:
HOST=# device host USER_ROOT=root AUTHORIZED_KEYS_ROOT=# ssh public key for root user USER_COUNT=1 USER_1=# username for user 1 AUTHORIZED_KEYS_1=# ssh public key for user 1 WEECHAT_COUNT=1 WEECHAT_PASSWORD_1=# ... WEECHAT_PORT_1=# ... WEECHAT_CONTAINER_NAME_1=# ...
- run
./bin/setup && ./bin/test
-
on Mac OS, need a better xpath implementation, see https://github.com/concept-not-found/homebrew-tap
brew tap concept-not-found/tap brew install xpath
-
brew install shellcheck
for lint -
for
bin/weechat
,brew install terminal-notifier
- update image http://blog.hypriot.com/getting-started-with-docker-and-mac-on-the-raspberry-pi/
- update version numbers in
/setup/docker-weechat/Dockerfile
- run
/bin/setup && ./bin/test
(idempotent)