Sync Gateway on Joyent Triton

Hi all

I’m in the process of setting up Couchbase Server and Sync Gateway on Triton. I’ve managed to get Couchbase running via the instructions at https://github.com/autopilotpattern/couchbase, and I have Sync Gateway up and running after calling

docker run -p 4984:4984 -d couchbase/sync-gateway

However I can’t work out how to configure the instance or how to get to the admin API. I’m aware SG needs a sync_gateway_config.json file on launch but not sure how to specify this with the above setup.

I’m quite new to Docker, I’ve been using Cloudant + CBL for a while and now need to ‘upgrade’ to Couchbase Server and Sync Gateway.

So actually there is some useful info on the docker image page: https://hub.docker.com/r/couchbase/sync-gateway/