diff --git a/setups/linux-vm.sh b/setups/linux-vm.sh index 7bcbf89..e03d2eb 100755 --- a/setups/linux-vm.sh +++ b/setups/linux-vm.sh @@ -54,3 +54,4 @@ echo " $(cat ~/.ssh/id_ed25519.pub)" echo "" echo "Start you development with \`dev -i \`" echo "Example: \`dev -i node mybox\`" +echo "You will need to authenticate first: \`docker login registry.tomastm.com\`"