mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 845 forks source link

pods quickstart guide error #4825

Closed jdef closed 7 years ago

jdef commented 7 years ago

as per https://github.com/mesosphere/marathon/pull/4602#pullrequestreview-12368516

step 1 says -d@<mypod>.json http://<ip>:<port>/v2/pods <<EOF ... and <mypod>.json should really be /dev/stdin

sascala commented 7 years ago

https://github.com/mesosphere/marathon/pull/4832

sascala commented 7 years ago

And, thank you for catching this, @jdef