Numerous changes to documentation to make it more accurate.
This commit is contained in:
parent
d85eae05b7
commit
c2acbe0b36
2 changed files with 22 additions and 15 deletions
|
@ -80,7 +80,7 @@ func main() {
|
|||
InstanceCount(1).
|
||||
AddPorts(1).
|
||||
AddLabel("fileName", "sample-app/docker-compose.yml").
|
||||
AddURI("https://dl.bintray.com/rdelvalle/mesos-compose-executor/sample-app.tar.gz", true, true)
|
||||
AddURI("https://github.com/mesos/docker-compose-executor/releases/download/0.1.0/sample-app.tar.gz", true, true)
|
||||
break
|
||||
default:
|
||||
fmt.Println("Only thermos and compose are supported for now")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue