# Next Steps - Ready to Run After Registry Setup ## Step 1: Verify All Nodes Have the Image Once all nodes finish pulling, verify: ```bash # Check each node has the image cached ssh pi@192.168.1.101 'sudo k3s crictl images | grep socktop' ssh pi@192.168.1.102 'sudo k3s crictl images | grep socktop' ssh pi@192.168.1.104 'sudo k3s crictl images | grep socktop' # Should show: # 192.168.1.208:3002/jason/socktop-webterm 0.2.0