Commit Graph

12 Commits

Author SHA1 Message Date
Solomon Hykes 9cdcd4120e Merge pull request #90 2014-06-19 09:33:58 -07:00
Brian Goff 5c2047af31 Adds support for `docker inspect` to dockerserver
Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83)
2014-06-19 12:14:38 -04:00
fermayo 5a138ca5f7 Update exposed ports mapping
Docker-DCO-1.1-Signed-off-by: Fernando Mayo <fernando@tutum.co> (github: fermayo)
2014-06-18 19:48:33 -07:00
Ben Firshman eb22a7aa01 Add attach to dockerserver
- Move copyOutput helper from dockerclient to beam/stream.go
 - Implement /containers/<id>/attach and /containers/<id>/wait

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-06-17 17:29:34 +01:00
fermayo b8b27c2503 Added port mapping output to dockerserver
Docker-DCO-1.1-Signed-off-by: Fernando Mayo <fernando@tutum.co> (github: fermayo)
2014-06-13 19:08:46 -07:00
Karl Matthias 13869dea11 We need to carry the path part of the URL for unix sockets.
Docker-DCO-1.1-Signed-off-by: Karl Matthias <karl@matthias.org> (github: relistan)
2014-06-11 11:28:28 -07:00
Karl Matthias 9df5e94e1f Parse the URL with the net/url Parse() function.
Docker-DCO-1.1-Signed-off-by: Karl Matthias <karl@matthias.org> (github: relistan)
2014-06-10 22:33:37 -07:00
Ben Firshman a8e5a8e564 Output /containers/json in correct format
Not complete, but enough to keep `docker ps` happy.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-06-02 10:38:27 +00:00
Solomon Hykes 5f778efac1 Merge pull request #57 from cpuguy83/add_custom_port_to_dockerserver 2014-06-08 14:30:35 -07:00
Brian Goff 0c211a107b Allow configurable server binding 2014-06-08 13:08:22 -07:00
Brandon Philips a04fa6d252 backends: rename apiserver to dockerserver
afaics this should be called dockersever as in the readme.
2014-06-07 23:15:24 -07:00
Ben Firshman ca1f554608 Add /containers/create to apiserver
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-06-02 10:23:04 +00:00