This guide will help you get up and running with Veridock Server in just a few minutes.
curl
or Postman for API testingmake run
This will start:
Open your web browser and navigate to:
http://localhost:2019
You should see the Veridock web interface.
http://localhost:2019
echo "Hello, Veridock!"
)curl -X POST http://localhost:8082/makefile/run_command \
-H "Content-Type: application/json" \
-d '{"command": "echo \"Hello, Veridock!\""}'
veridock run "echo 'Hello, Veridock!'"
curl http://localhost:8082/makefile/list_commands
curl http://localhost:8082/status
veridock service add my-service
veridock service start my-service
veridock service status