Skip to content

Instantly share code, notes, and snippets.

@smothiki
Created February 11, 2015 20:11
Show Gist options
  • Save smothiki/e954c6eef56a28dc6e9b to your computer and use it in GitHub Desktop.
Save smothiki/e954c6eef56a28dc6e9b to your computer and use it in GitHub Desktop.
swarm debug
```
swarm --debug manage nodes://172.17.8.100:2375
DEBU[0000] Initializing strategy name=binpacking
DEBU[0000] Initializing filter name=constraint
DEBU[0000] Initializing filter name=affinity
DEBU[0000] Initializing filter name=health
DEBU[0000] Initializing filter name=port
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/stats
DEBU[0000] Registering HTTP route method=GET route=/info
DEBU[0000] Registering HTTP route method=GET route=/version
DEBU[0000] Registering HTTP route method=GET route=/images/viz
DEBU[0000] Registering HTTP route method=GET route=/containers/ps
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/top
DEBU[0000] Registering HTTP route method=GET route=/images/{name:.*}/history
DEBU[0000] Registering HTTP route method=GET route=/images/{name:.*}/json
DEBU[0000] Registering HTTP route method=GET route=/exec/{execid:.*}/json
DEBU[0000] Registering HTTP route method=GET route=/_ping
DEBU[0000] Registering HTTP route method=GET route=/events
DEBU[0000] Registering HTTP route method=GET route=/images/json
DEBU[0000] Registering HTTP route method=GET route=/images/get
DEBU[0000] Registering HTTP route method=GET route=/images/{name:.*}/get
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/changes
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/logs
DEBU[0000] Registering HTTP route method=GET route=/images/search
DEBU[0000] Registering HTTP route method=GET route=/containers/json
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/export
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/json
DEBU[0000] Registering HTTP route method=GET route=/containers/{name:.*}/attach/ws
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/stop
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/resize
DEBU[0000] Registering HTTP route method=POST route=/containers/create
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/kill
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/start
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/attach
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/copy
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/exec
DEBU[0000] Registering HTTP route method=POST route=/auth
DEBU[0000] Registering HTTP route method=POST route=/build
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/wait
DEBU[0000] Registering HTTP route method=POST route=/images/{name:.*}/push
DEBU[0000] Registering HTTP route method=POST route=/images/{name:.*}/tag
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/pause
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/rename
DEBU[0000] Registering HTTP route method=POST route=/exec/{execid:.*}/start
DEBU[0000] Registering HTTP route method=POST route=/commit
DEBU[0000] Registering HTTP route method=POST route=/images/create
DEBU[0000] Registering HTTP route method=POST route=/images/load
DEBU[0000] Registering HTTP route method=POST route=/exec/{execid:.*}/resize
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/unpause
DEBU[0000] Registering HTTP route method=POST route=/containers/{name:.*}/restart
DEBU[0000] Registering HTTP route method=DELETE route=/containers/{name:.*}
DEBU[0000] Registering HTTP route method=DELETE route=/images/{name:.*}
DEBU[0000] Registering HTTP route method=OPTIONS route=
DEBU[0000] Initializing discovery service name=nodes uri=172.17.8.100:2375
INFO[0000] Listening for HTTP addr=127.0.0.1:2375 proto=tcp
ERRO[0000] Get http://172.17.8.100:2375/v1.15/info: dial tcp 172.17.8.100:2375: connection refused
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment