Skip to content

Instantly share code, notes, and snippets.

@cmosh
Last active December 10, 2016 20:28
Show Gist options
  • Save cmosh/508d688e19aa73aa8e5f88b6b40bb3a5 to your computer and use it in GitHub Desktop.
Save cmosh/508d688e19aa73aa8e5f88b6b40bb3a5 to your computer and use it in GitHub Desktop.
{
"name": "interlock",
"image": "cmosh/interlock:arm-v1.3",
"version": "0.1",
"author": "cmosh",
"description": "application router and load balancer (original x86 version written by ehazlett)",
"url": "https://github.com/cmosh/interlock",
"config": {
"prompt_args": [
"-shipyard-url",
"-shipyard-service-key"
],
"cpus": 0.1,
"memory": 32,
"ports": [
{
"proto": "tcp",
"port": 80,
"container_port": 8080
}
],
"deploy_per_engine": false
}
}
@cmosh
Copy link
Author

cmosh commented Dec 10, 2016

This is for use with an arm shipyard install, checkout https://github.com/ehazlett/interlock for docs, just make sure to use my docker repo instead when using ARM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment