Mark Steve Samson
59cc9c9b68
Add option to remove container in `docker run` ( Closes #137 )
2014-03-05 09:03:06 +08:00
Aanand Prasad
d1a52d2b1a
Remove unneeded 'ports' entries from WP and Django fig.ymls in docs
2014-03-04 21:54:10 +00:00
Aanand Prasad
5f5fbb3ea4
Display unpublished ports in 'fig ps'
2014-03-04 18:07:06 +00:00
Aanand Prasad
2d98071e55
Support 'expose' config option, like docker's --expose
...
Exposes ports to linked services without publishing them to the world.
2014-03-04 18:06:52 +00:00
Aanand Prasad
6a3d1d06b5
Check NetworkSettings.Ports instead of HostConfig.PortBindings in tests
...
The latter appears to be unreliable.
2014-03-04 17:58:42 +00:00
Ben Firshman
6813cb86a2
Update version in installation docs
2014-03-04 11:53:16 +00:00
Ben Firshman
f5cf9b60b2
Remove venv before building on OS X
2014-03-04 11:51:12 +00:00
Aanand Prasad
7cec029f03
Merge pull request #141 from orchardup/ship-0.3.1
...
Ship 0.3.1
2014-03-04 11:47:36 +00:00
Ben Firshman
4fbad941cb
Ship 0.3.1
2014-03-04 11:40:39 +00:00
Aanand Prasad
d4bff56a61
Merge pull request #140 from orchardup/fix-ps-on-docker-0.8.1-with-no-command
...
Fix ps on Docker 0.8.1 when there is no command
2014-03-04 11:37:15 +00:00
Ben Firshman
f430b82b43
Fix ps on Docker 0.8.1 when there is no command
...
Fixes #138
2014-03-04 11:27:55 +00:00
Ben Firshman
71533791dd
Merge pull request #139 from orchardup/fix-delete-volume
...
Fix delete volume
2014-03-04 11:19:35 +00:00
Ben Firshman
65f3411320
Merge pull request #133 from kvz/contributingdocs
...
Add a contributing page. Refs #123
2014-03-04 11:07:52 +00:00
Kevin van Zonneveld
b92651070f
Add steps for contributing to README
2014-03-04 12:05:38 +01:00
Ben Firshman
5be8a37b7e
Pass through standard remove_container options
2014-03-04 11:00:09 +00:00
Ben Firshman
044c348faf
Add test for fig rm
2014-03-04 11:00:09 +00:00
Ben Firshman
465c7d569c
Improve CLI test names
2014-03-04 11:00:09 +00:00
Ben Firshman
2ca0e7954a
Add --force option to fig rm
2014-03-04 11:00:06 +00:00
Mark Steve Samson
96a92a73f1
Fix KeyError when `-v` is not specified in `fig rm`
2014-03-04 13:13:23 +08:00
Ben Firshman
48e7b4b0a6
Remove Python 3 from Travis
...
Let's not kid ourselves.
2014-03-03 19:21:27 +00:00
Aanand Prasad
8c16961afd
Merge pull request #131 from orchardup/ship-0.3.0
...
Ship 0.3.0
2014-03-03 18:58:00 +00:00
Ben Firshman
6e9983fc6a
Ship 0.3.0
2014-03-03 18:51:03 +00:00
Ben Firshman
bf87f897d7
Merge pull request #130 from orchardup/fix-hanging-recreate
...
Fix hanging recreate
2014-03-03 18:49:36 +00:00
Aanand Prasad
a00ec9d1f8
Fix: image-defined entrypoint not overridden by intermediate container
...
This was causing recreation to hang.
2014-03-03 18:06:06 +00:00
Aanand Prasad
be1ba818e4
Document link aliases
2014-03-03 18:00:27 +00:00
Ben Firshman
b0ac88fd06
Merge pull request #78 from orchardup/document-docker-version
...
Document which versions of Docker Fig supports
2014-03-03 17:02:13 +00:00
Aanand Prasad
a68b4e6dde
Merge pull request #128 from orchardup/better-error-message-when-service-is-not-dict
...
Improve error when service is not a dict
2014-03-03 16:40:59 +00:00
Aanand Prasad
348ba0818f
Reformat comments in YAML reference for readability
2014-03-03 16:23:52 +00:00
Aanand Prasad
f79e0e588e
Reword port warning in YAML reference, remove it from README
2014-03-03 16:22:02 +00:00
Ben Firshman
3e7360c2c6
Improve error when service is not a dict
...
Fixes #127
2014-03-03 16:21:42 +00:00
Aanand Prasad
e6016bd5b4
Merge pull request #104 from Gazler/documentation/port-strings
...
Documentation: Include notes on mapping ports
2014-03-03 16:21:31 +00:00
Ben Firshman
343d3bb556
Remove unsupported Docker 0.7.6 from Travis
2014-03-03 15:43:48 +00:00
Ben Firshman
17b9801ec9
Document what version of Docker is supported
2014-03-03 15:43:10 +00:00
Aanand Prasad
e550451c69
Merge pull request #25 from orchardup/ship-binaries
...
Ship OS X binaries
2014-03-03 15:29:59 +00:00
Ben Firshman
29f7b78deb
Add installation instructions for binaries
2014-03-03 15:20:09 +00:00
Ben Firshman
431ce67f85
Add script to build Linux binary
2014-03-03 15:10:02 +00:00
Ben Firshman
ba66c849b5
Use Python base image and run as normal user
2014-03-03 15:10:02 +00:00
Ben Firshman
9550387e39
Add script to build an OS X binary
2014-03-03 15:09:56 +00:00
Gary Rennie
b06d37f885
Documentation: Include notes on mapping ports
...
When mapping ports as strings there is an issue with the way YAML parses
numbers in the format "xx:yy" where yy is less than 60 - this issue is
now included in the documentation.
This fixes #103
2014-03-03 13:37:15 +00:00
Ben Firshman
bf47aa97b4
Fix tests importing six
2014-03-03 12:25:38 +00:00
Ben Firshman
8e42d6fbb3
Remove six from requirements
...
It was vendorised in 75c430635b
2014-03-03 12:08:38 +00:00
Aanand Prasad
c07e96cf2b
Merge pull request #120 from marksteve/link-name
...
Add custom link names (Closes #72 )
2014-03-03 11:22:57 +00:00
Ben Firshman
c2cd55e010
Merge pull request #113 from orchardup/alternate-fig-file
...
Alternate fig file can be specified with -f
2014-03-03 11:12:09 +00:00
Ben Firshman
fb31b5fff7
Merge pull request #124 from marksteve/delete-volume
...
Provide option to remove volumes in `fig rm`
2014-03-03 10:37:40 +00:00
Mark Steve Samson
41bacae171
Provide option to remove volumes in `fig rm`
2014-03-03 17:55:00 +08:00
Mark Steve Samson
193558a4bc
Add link names test
2014-03-03 08:54:47 +08:00
Mark Steve Samson
e38e866626
Fix links related test
2014-03-02 00:30:33 +08:00
Mark Steve Samson
c709251f21
Add custom link names ( Closes #72 )
2014-03-02 00:17:19 +08:00
Aanand Prasad
9d1383ba26
Alternate fig file can be specified with -f
2014-03-01 11:29:23 +00:00
Aanand Prasad
c66e18c913
Fix Dockerfile reference URL in docs
2014-03-01 11:28:31 +00:00