Repo for Docker images of Intercom SDKs
680
Please see https://developers.intercom.com/docs/docker-sdk-environments for more info on how to use these images to work with our APIs The example Repos can be found here, feel free to push example code to these repos. It can be something you think is convenient or would help people get started quickly or just some useful scripts to do certain things. RUBY: https://github.com/intercom/example-ruby PHP: https://github.com/intercom/example-php GO: https://github.com/intercom/example-go NODE: https://github.com/intercom/example-node
EXAMPLE COMMAND If you use the run command below you will download the image if it does not exist locally and create a new container to run that image. So there is no need to download the image, you can both download and run it in one command: docker run --env AT="YOU PERSONAL ACCESS TOKEN" -it --rm --name intercom/sdk-images: For example: docker run --env AT="XXXXXXXXXXXXXXXX" -it --rm --name mynode intercom/sdk-images:node-sdk
Alternatively, if you want to use your own IDE and store your code locally you can mount the container on you local directory, e.g. docker run -v ///:/intercom/mount_dir --env AT="<ACCESS_TOKEN>" -it --rm --name node1 intercom/sdk-images:node-sdk
Note that you can use the --env param to set environment variables which are referenced in the example code. You can click on the Tag tab above to see the list of available SDK Images to download and run
Content type
Image
Digest
Size
237.9 MB
Last updated
over 9 years ago
docker pull intercom/sdk-images:php-sdk