Commit Graph

59 Commits

Author SHA1 Message Date
Andrea Luzzardi c156ee6dd3 README: Link to godoc reference
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-04-18 20:45:57 -07:00
James Turnbull 658c807eb9 Did a quick pass on the docs to fix numerous formatting, spelling and grammar errors
Signed-off-by: James Turnbull <james@lovedthanlost.net>
2015-04-14 11:59:50 -04:00
Alexandre Beslic 14108ccaa1 Merge pull request #517 from gegere/readme/update
Adding additional notes for installing Go via Homebrew on Mac OS X
2015-04-08 02:11:34 -07:00
Jason Gegere b45518c14b Adding additional notes for installing Go via Homebrew on Mac OS X
Signed-off-by: Jason Gegere <jason@hgmail.com>
2015-04-07 20:37:23 -06:00
Giulio De Donato 7510b25c5f added mkdir -p
Signed-off-by: Giulio De Donato <liuggio@gmail.com>
2015-04-01 19:21:01 +02:00
Pratap Chand c147e2a508 Fixing the Readme file.
Before cloning swarm, one needs to go into the right directory (e.g.
~/gocode/src/github.com/docker) else godeps will start complaining.

Fixes #520

Signed-off-by: Pratap Chand <pchand@amplify.com>
2015-03-26 20:20:34 -04:00
Victor Vieux d54eef7317 update ROADMAP.md and README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-03-18 16:30:54 -07:00
Andrea Luzzardi 019e411d78 Add coveralls badge to README. 2015-03-13 18:26:32 -07:00
Chanwit Kaewkasi 1f56b0bab4 fix typo in readme
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-03-10 00:12:14 +07:00
Victor Vieux e3e7ddb616 Merge pull request #432 from bacongobbler/patch-1
use Godep to install from source
2015-03-06 13:49:07 -08:00
Matthew Fisher f3defa3326 fix typo
Signed-off-by: Matthew Fisher <matthewf@opdemand.com>
2015-02-27 20:38:59 -08:00
Matthew Fisher f4485ba3d2 use Godep to install from source
Signed-off-by: Matthew Fisher <matthewf@opdemand.com>
2015-02-27 20:38:22 -08:00
Ben Firshman 63658054ce Point to documentation in the readme
So the docs aren't duplicated in two places.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-26 16:13:52 +00:00
Victor Vieux a114c363b3 start the manager in bg
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-02-24 11:49:53 -08:00
Ben Firshman 4b48b68514 Tweak docs introduction
A bit punchier and tweaked the formatting to make it consistent with
other docs/projects.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-20 15:43:25 +00:00
Matthew Fisher 96274a9567 correct IRC channel
Signed-off-by: Matthew Fisher <matthewf@opdemand.com>
2015-02-13 03:13:34 -07:00
Andrea Luzzardi 9f0d616273 README: Fix port binding in example.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-02-11 17:23:57 -08:00
Andrea Luzzardi 6ea7c707e9 Docs: Run swarm using the docker official image in the examples.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-02-04 15:45:45 -08:00
Andrea Luzzardi 2a592974a1 Docs: Remove now deprecated `--discovery` flags.
Fixes #351

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-02-02 18:12:05 -08:00
Victor Vieux afed2abbea update swarm manage requirements again
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-02-03 01:57:13 +00:00
Victor Vieux aaac7cbb94 update swarm manage requirements
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-02-02 18:34:24 +00:00
Sven Dowideit 061592d237 Started working through document
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com>
2015-02-02 09:53:45 +10:00
Sven Dowideit 34373bdf5a start userguide from the README.md
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com>
2015-02-02 09:53:45 +10:00
Sven Dowideit 14c4fb81cf Add docker.docker.com metadata and reflow to 80-chars for GH diffs
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com>
2015-02-02 09:53:43 +10:00
Ranjandas 3f19ac8c5a Updated Readme.md to include git client
`go get ` command requires git client to be present in the system to work, so added the instruction to get git installed with golang package.

Signed-off-by: Ranjandas <thejranjan@gmail.com>
2015-01-27 12:25:50 -08:00
Victor Vieux e9f487bcaf update README.mds
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-01-21 22:47:31 +00:00
Victor Vieux a638b360ae use tcp:// in doc and update copyrights
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-01-12 22:58:03 +00:00
Victor Vieux 429965c58d ip:port, no proto or scheme
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-01-08 22:12:41 +00:00
Luke Marsden dc393390da Make clear that you must manually interpolate token.
Signed-off-by: Luke Marsden <luke@clusterhq.com>
2015-01-05 10:20:49 +00:00
lukemarsden dbc07ba174 Clarify README
* Make it easier for Go noobs like me to use `go get`.
* Make it clearer that `$SWARM_TOKEN` should be dynamic.

Signed-off-by: Luke Marsden <luke@clusterhq.com>
2015-01-03 22:39:41 +00:00
Nick Schuch 3b3a503e8c Update the README.md to point to the correct Discovery documentation.
Signed-off-by: Nick Schuch <nick@myschuch.com>
2014-12-21 19:42:12 +10:00
Victor Vieux 156f16c05e update main README.md
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-19 01:02:46 +00:00
Victor Vieux c2c790e6da update README.mds
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-15 23:04:00 +00:00
Andrea Luzzardi c85b0a9c39 Merge pull request #164 from vieux/discovery
Discovery Service backends token/etcd/file
2014-12-12 12:04:47 -08:00
Andrea Luzzardi f72839a8fa README: Update Docker requirement (v1.4.0 and later). 2014-12-11 18:39:53 -08:00
Victor Vieux 008398cc99 update READMEs
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-11 23:32:48 +00:00
Victor Vieux c38f621425 add etcd
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-11 01:24:19 +00:00
Victor Vieux 2e6c8cc00c update README.md 2014-12-11 01:24:19 +00:00
Andrea Luzzardi 39fe73a231 TLS support.
TLS authentication support between the CLI and Swarm but also between
Swarm and the Docker nodes.

Closes #148.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-12-09 13:43:25 -08:00
Victor Vieux e4655e1128 update node_ip
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-08 21:26:28 +00:00
Victor Vieux d6e91bba23 remove go install and use go get -u
Signed-off-by: Victor Vieux <vieux@docker.com>
2014-12-08 21:17:17 +00:00
Rob b7b1c977a1 Remove duplicated join commands. 2014-12-05 14:52:08 +01:00
Rob 73b4ed57e5 Rename docker_daemon_ip1 to public_node_ip for clarity. 2014-12-05 14:51:34 +01:00
Rob e48ee45412 Update the example port to the new official Docker port. 2014-12-05 14:50:29 +01:00
Thimo 3f05f82bc6 Fix spelling in README 2014-12-05 12:56:45 +01:00
Andrea Luzzardi 06949c5532 Add a note about swarm node setup in the README. 2014-12-04 16:37:44 -08:00
Andrea Luzzardi 6604d92c41 Add build status to the README file. 2014-12-04 10:48:59 -08:00
Victor Vieux b8584f839d Update README.md 2014-12-03 23:45:35 +01:00
Victor Vieux f3f4ab5153 Update README.md 2014-12-03 13:51:09 +01:00
Victor Vieux ff2acaeb46 Update README.md 2014-12-03 13:47:12 +01:00