When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures.
docker pull iotaledger/iri:latest
sudo docker run --name iri iotaledger/iri:latest --remote true -p 14265
curl http://localhost:14265 -X POST -H 'Content-Type: application/json' -H 'X-IOTA-API-Version: 1' -d '{"command": "getNodeInfo"}'
yehia@yehia-Iaptop:~$ sudo curl http://localhost:14265 -X POST -H 'Content-Type: application/json' -H 'X-IOTA-API-Version: 1' -d '{"command": "getNodeInfo"}'curl: (7) Failed to connect to localhost port 14265: Connection refused