summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* missing "is"Joffrey F2018-03-23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* pull_request_template.mdJoffrey F2018-03-23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add issue / PR templates (fixes #5795)Joffrey F2018-03-23
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* updated README per vnext branch planVictoria Bialas2016-10-05
| | | | Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Remove old documentation source, add README on migrationJohn Mulhausen2016-10-04
| | | | Signed-off-by: John Mulhausen <john@docker.com>
* Merge pull request #3653 from shin-/3637-link-local-ipsJoffrey F2016-09-22
|\ | | | | Add support for link-local IPs in service.networks definition
| * Denormalize function defaults to latest versionJoffrey F2016-09-20
| | | | | | | | | | | | Minor docs fix Signed-off-by: Joffrey F <joffrey@docker.com>
| * Add support for link-local IPs in service.networks definitionJoffrey F2016-09-15
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Supported group_addGeorge Lester2016-09-11
|/ | | | Signed-off-by: George Lester <glester491@gmail.com>
* Merge pull request #3814 from aanand/disambiguate-swarmBen Firshman2016-09-07
|\ | | | | Disambiguate 'Swarm' in integration doc
| * Disambiguate 'Swarm' in integration docAanand Prasad2016-08-04
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Add support for swappiness constraintJean-François Roche2016-08-16
| | | | | | | | | | | | | | | | | | Run a service using `docker run --memory-swappiness=0` (see https://docs.docker.com/engine/reference/run/) refs #2383 Signed-off-by: Jean-François Roche <jfroche@affinitic.be>
* | Update rm.mdJG²2016-08-05
|/ | | | | | Receiving this message when using the -a flag : `--all flag is obsolete. This is now the default behavior of `docker-compose rm`, I proposed to mark it in the docs but I don't know which way is the best Signed-off-by: jgsqware <garciagonzalez.julien@gmail.com>
* Add note to bundle docs about requiring an experimental Engine buildAanand Prasad2016-08-01
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Bump 1.8.0Joffrey F2016-07-27
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 1.8.0-rc3Aanand Prasad2016-07-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Bump 1.8.0-rc2Aanand Prasad2016-07-27
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Bump 1.8.0-rc1Joffrey F2016-07-27
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #3676 from aanand/warn-for-swarm-modeAanand Prasad2016-07-27
|\ | | | | Show a warning when engine is in swarm mode
| * Remove note about .dsbAanand Prasad2016-07-26
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * Add note about missing volume mount supportAanand Prasad2016-07-26
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * Fix example image hashAanand Prasad2016-07-26
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * Copy experimental bundle docs into Compose docs so URL is stableAanand Prasad2016-07-25
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Add reference docs for push and bundle.Daniel Nephin2016-07-26
|/ | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Reorder/clarify args docsAanand Prasad2016-07-20
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Updating arg docs in the proper placeJarrod Pooler2016-07-20
| | | | Signed-off-by: Jarrod Pooler <jarrod.pooler@homesite.com>
* Clarify environment and env_file docsAanand Prasad2016-07-20
| | | | | | | Add note to say that environment variables will not be automatically made available at build time, and point to the `args` documentation. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Add support for creating internal networksJonathan Giannuzzi2016-07-11
| | | | Signed-off-by: Jonathan Giannuzzi <jonathan@giannuzzi.be>
* Update install.md and CHANGELOG.md for 1.7.1Aanand Prasad2016-07-07
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Implemented oom_score_adjGeorge Lester2016-07-05
| | | | Signed-off-by: George Lester <glester491@gmail.com>
* Signed-off-by: Chris Clark <chris@untrod.com>Chris Clark2016-06-30
| | | The postgres image expects a specific volume path. The docs had a typo in that path. This can cause a lot of agony. This is not hypothetical agony, but very real agony that was very recently experienced :)
* Merge pull request #3570 from davidjb/patch-1Ben Firshman2016-06-29
|\ | | | | Fix minor YAML typo
| * Fix minor YAML typoDavid Beitey2016-06-09
| | | | | | | | Signed-off-by: David Beitey <david@davidjb.com>
* | Document `tmpfs` being v2 onlyJames Ottaway2016-06-24
| | | | | | | | Signed-off-by: James Ottaway <git@james.ottaway.io>
* | fixes broken links in 3 Compose docs files due to topic re-org in PR#23492Victoria Bialas2016-06-14
| | | | | | | | Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* | Merge pull request #3549 from shin-/KalleDK-masterAanand Prasad2016-06-14
|\ \ | |/ |/| Add support for COMPOSE_TLS_VERSION config option
| * Update TLS version configuration code. Tests.Joffrey F2016-06-03
| |\ | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * Adding ssl_version to docker_clients kwargsKalle Møller2016-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select tls version based of COMPOSE_TLS_VERSION Changed from SSL to TLS Also did docs - missing default value Using getattr and raises AttributeError in case of unsupported version Signed-off-by: Kalle Møller <github.com@k-moeller.dk>
* | | more fixesSven Dowideit2016-05-31
| | | | | | | | | | | | Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
* | | Fix linksSven Dowideit2016-05-27
| | | | | | | | | | | | Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
* | | Add "disambiguation" page for environment variablesAanand Prasad2016-05-23
|/ / | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Merge pull request #3092 from wenchma/service_imageSven Dowideit2016-05-09
|\ \ | | | | | | Update image format for service conf reference
| * | Update image format for service conf referencewenchma2016-03-08
| | | | | | | | | | | | Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
* | | Small typoGarrett Seward2016-05-04
| | | | | | | | | | | | Signed-off-by: spectralsun <garrett@spectralsun.com>
* | | Merge pull request #3392 from SvenDowideit/use-docs-base-ossSven Dowideit2016-05-03
|\ \ \ | | | | | | | | convert docs Dockerfiles to use docs/base:oss
| * | | convert docs Dockerfiles to use docs/base:ossSven Dowideit2016-04-28
| | | | | | | | | | | | | | | | Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
* | | | Clarify env-file doc that .env is read from cwdAndré R2016-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Closes #3381 Signed-off-by: André R <ar@ez.no>
* | | | Clarify service networks documentationBen Firshman2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When jumping straight to this bit of the docs, it's not clear that these are options under a service rather than the top-level `networks` key. Added a service to make this super clear. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | | | Merge pull request #3222 from jonlemmon/patch-1Ben Firshman2016-04-20
|\ \ \ \ | | | | | | | | | | Rails Docs: Add nodejs to apt-get install command
| * | | | Rails Docs: Add nodejs to apt-get install commandJon Lemmon2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the latest version of Rails, the tutorial currently errors when running `docker-compose up` with the following error: ``` /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError) ``` Installing nodejs in the build fixes the issue. Signed-off-by: Jon Lemmon <jon.lemmon@enspiral.com>