projectatomic / commissaire-mvp

A lightweight REST interface for upgrading, restarting, and bootstrapping new hosts into an existing Container Management cluster.
http://commissaire.readthedocs.org/en/latest/
GNU General Public License v3.0
15 stars 9 forks source link

"connection reset by peer" when trying to use commissaire in container #196

Closed jberkus closed 8 years ago

jberkus commented 8 years ago
bash-4.2# curl -u "a:a" -XPUT -H "Content-Type: application/json" http://127.0.0.1:8000/api/v0/cluster/datacenter1
curl: (56) Recv failure: Connection reset by peer
-bash-4.2# curl -u "a:a" http://127.0.0.1:8000/api/v0/cluster/
curl: (56) Recv failure: Connection reset by peer
jberkus commented 8 years ago

Never mind, this is actually a documentation issue.