{"tool":"crane","tool_display":"Crane","intent":"set-address-to-listen-on","intent_display":"set address to listen on","title":"Crane Command: set address to listen on","command_string":"crane registry serve --address <address_name>","raw_command_string":"crane registry serve --address {{address_name}}","description":"Exact CLI syntax to set address to listen on using Crane.","usage_scenario":"During initial setup of a container registry service requiring a specific listening address.","scenario_context":"Ensure your network allows traffic on the specified address and port for effective use.","simulated_output":"Starting Crane registry...\nListening on: 192.168.1.10:5000\n\n  Action       | Status\n--------------|---------------\n  Server      | Running\n  Listening At| 192.168.1.10:5000","how_to_steps":["Run the command: `crane registry serve --address 192.168.1.10`","Use `curl -X GET http://192.168.1.10:5000/` to verify the server is responding."],"inferred_category":"Containers","canonical_url":"https://www.syntaxstandard.com/crane/set-address-to-listen-on"}