Assuming you have Docker installed, this will pull the latest all-in-one image from DockerHub, and start it listening on :7777.
IMAGE="intrigueio/intrigue-core:latest" docker pull $IMAGE && \ docker run -e LANG=C.UTF-8 -p 0.0.0.0:7777:7777 -i -t $IMAGE
Once downloaded, you’ll see the startup happen:

Note that a password is generated on boot, so you can use that to authenticate to the service.
Now that you have an instance running, check out the Up and Running with Intrigue Core guide.
0 Comments