add message setup linux-vm

This commit is contained in:
Tomas Mirchev 2025-02-25 15:32:00 +01:00
parent 7fc6fcb5ee
commit aeb5923b51

View File

@ -54,3 +54,4 @@ echo " $(cat ~/.ssh/id_ed25519.pub)"
echo ""
echo "Start you development with \`dev -i <image> <container_name>\`"
echo "Example: \`dev -i node mybox\`"
echo "You will need to authenticate first: \`docker login registry.tomastm.com\`"