Hakan Ozler
d7e97d0443
update command line references
...
Signed-off-by: Hakan Ozler <hakan.ozler@kodcu.com >
2016-02-20 18:53:33 +02:00
Michal Gebauer
a1aeae46ec
Fixed rouge paren
...
Signed-off-by: Michal Gebauer <mishak@mishak.net >
2016-02-20 00:30:20 +01:00
Michal Gebauer
b9302b3043
Typo docker-machine -f is shortcut for --format
...
Signed-off-by: Michal Gebauer <mishak@mishak.net >
2016-02-19 15:25:55 +01:00
Sebastiaan van Stijn
1331811dca
docs: remove reference to lxc-docker
...
The package on apt.dockerproject.org is now called
'docker-engine'.
Also replaced 'dev' with 'default', because that's
the default name for machines.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-02-18 12:20:26 +01:00
Jean-Laurent de Morlhon
1eaf5a464f
Merge pull request #3020 from mssola/swarm-experimental
...
Added a flag to enable experimental Swarm features
2016-02-13 14:10:44 -08:00
Miquel Sabaté Solà
7e201c4005
Added a flag to enable experimental Swarm features
...
The `create` command now has the `--swarm-experimental` boolean flag, that
tells the Swarm provisioner to enable experimental features in Swarm.
Fixes #2861
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com >
2016-02-13 12:21:20 +01:00
Olivier Gambier
4262a8fde5
Merge pull request #3034 from davemkirk/3025-registry-env-var
...
Add ENGINE_REGISTRY_MIRROR env var support.
2016-02-11 11:05:34 -08:00
Jean-Laurent de Morlhon
f6cb147f0d
Markdown linting in docs/reference directory
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-02-11 09:29:52 -08:00
David Kirk
090c575c0d
Add env var support.
...
Signed-off-by: David Kirk <davemkirk@gmail.com >
2016-02-10 21:25:28 -06:00
Nathan LeClaire
e9294b4fcf
Add RESPONSE time to available columns in ls
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
Signed-off-by: David Gageot <david@gageot.net >
2016-01-26 11:34:14 +01:00
Mary Anthony
338a987699
New navigation for 1.10 Release
...
Removing unneeded processing script
Signed-off-by: Mary Anthony <mary@docker.com >
2016-01-25 08:42:39 -08:00
Robbert Klarenbeek
cda5d00bd8
Replace public IPs with reserved ones
...
Signed-off-by: Robbert Klarenbeek <robbertkl@renbeek.nl >
2016-01-20 03:31:14 +01:00
David Gageot
501b8666ce
Merge pull request #2121 from nathanleclaire/provision_cmd
...
Add docker-machine provision command
2016-01-18 08:53:15 +01:00
Nathan LeClaire
c4e798cafd
Add note about pre-create check and exit code
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-01-13 10:19:58 +01:00
Nathan LeClaire
01c7556e3a
Add docker-machine provision command
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2016-01-12 11:52:36 -08:00
Jean-Laurent de Morlhon
b585ca631b
Enhancing doc for the env command
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 16:10:50 +01:00
Jean-Laurent de Morlhon
ee3265731d
Rewrote remove command documentation
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 12:46:23 +01:00
Jean-Laurent de Morlhon
dd7256a96d
Adding hint on restart ip change
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 12:30:06 +01:00
Jean-Laurent de Morlhon
3c0af5c733
Moving filtering example near the filtering section
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 12:27:45 +01:00
Jean-Laurent de Morlhon
ce3e4e7696
Refreshing docs with new layout
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 12:26:51 +01:00
Jean-Laurent de Morlhon
f05b0a4cc0
Adding example of ls filter by name
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2016-01-08 12:17:56 +01:00
David Gageot
adc60712c8
Allow custom format for ls
...
Signed-off-by: David Gageot <david@gageot.net >
2015-12-28 17:15:07 +01:00
Anil Belur
339b5ac743
Fixes a minor formatting update for dm config output
...
Signed-off-by: Anil Belur <askb23@gmail.com >
2015-12-14 18:30:17 +05:30
Nathan LeClaire
29ffc04cc9
Aesthetic nitpicks on ls timeout
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-12-10 13:25:13 -08:00
Jean-Laurent de Morlhon
02c235b8b9
Fix #2534 and #1696
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2015-12-10 16:51:59 +01:00
Anil Belur
3d56a87539
Update docs with examples for dm ls --filter.
...
This is a follow-up for PR #2310 .
Signed-off-by: Anil Belur <askb23@gmail.com >
2015-12-08 21:12:00 +05:30
Anil Belur
77fba72d13
Fixes #2349 - rm get user confirmation before proceeding further
...
* adds new flag `-y` prompting for user confirmation before removal
* Modified existing integration tests to work with the fix #2349 .
* Added tests for checking user confirmation, updated the test cases use sub-shell with `|`
* Updated the reference docs for rm sub-command
incorporated changes by @dgageot, @jeanlaurent and @nathanleclaire
Signed-off-by: Anil Belur <askb23@gmail.com >
2015-12-02 09:17:33 +05:30
Joe Friedl
b2c9366245
Add the --virtualbox-host-dns-resolver flag
...
Signed-off-by: Joe Friedl <joe@joefriedl.net >
2015-12-01 21:03:51 -05:00
Jean-Laurent de Morlhon
b7b767aafe
Allow virtualbox DNSProxy override
...
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net >
2015-12-01 16:02:20 +01:00
David Gageot
68e6e3f905
Lint all Markdown documents
...
Signed-off-by: David Gageot <david@gageot.net >
2015-11-27 10:38:56 +01:00
Soshi Katsuta
4a5e8efc59
docs: show "-" for "inactive" machines
...
Signed-off-by: Soshi Katsuta <soshi.katsuta@gmail.com >
2015-11-16 15:21:10 +09:00
David Gageot
7a4915e999
Merge pull request #2249 from nathanleclaire/create_help_docs_and_nits
...
Update flag help explanation and VirtualBox version line
2015-11-12 19:40:53 +01:00
Nathan LeClaire
2fe390babc
Update flag help explanation
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-11-09 23:26:40 -08:00
Anthony Dahanne
2a63a0ef53
Fix typo : info, not version
...
To retrieve the engine configuration
Signed-off-by: Anthony Dahanne <anthony.dahanne@gmail.com >
2015-11-09 15:51:28 -08:00
Sven Dowideit
834c687226
Fix some links found with linkchecker
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-10-23 09:07:02 +10:00
Mary Anthony
1e7e241d9e
Hugo 15 support Markdown per GitHub; Removing seds
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-10-13 16:00:08 -07:00
Nathan LeClaire
670d647216
Update documentation and integration tests for no_proxy
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-09-23 14:48:51 -07:00
Fabian Ruff
8f49a5bc31
Add doc section about --no-proxy flag
...
Signed-off-by: Fabian Ruff <fabian@progra.de >
2015-09-23 14:48:48 -07:00
Nathan LeClaire
2a15d98575
First steps to make ssh command smoother
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-09-21 12:16:47 -07:00
Olivier Gambier
5fbfbe1ff7
Rehauled build system and integration testing
...
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose
Signed-off-by: Olivier Gambier <olivier@docker.com >
2015-09-18 15:47:00 -07:00
Mary Anthony
ecb727822c
Fixing links that weren't resolving
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-08-11 08:59:18 -07:00
Evan Hazlett
c1acb74d7a
Merge pull request #1508 from ericsage/filter_names
...
Add name filter for #1488
2015-08-11 06:33:09 -04:00
Mary Anthony
1749d99b31
- Updating install docs fixes #1648
...
- Updating the Dockerfile to lastest
- Adding support for building all the public doc projects from machine
Signed-off-by: Mary Anthony <mary@docker.com >
Michael's comments
Signed-off-by: Mary Anthony <mary@docker.com >
Adding in comments from nathan
Signed-off-by: Mary Anthony <mary@docker.com >
2015-08-05 16:06:50 -07:00
Michał Czeraszkiewicz
8a02efe0c9
Documentation typo update
2015-07-28 15:21:38 +02:00
Eric Sage
b333ea5294
Add regex based name filter to ls command.
...
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
Add regex support
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
Allow bad regex passthrough to reg string amtch
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
Add unit test
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
Add integration tests
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
Add documentation for name filter.
Signed-off-by: Eric Sage <eric.david.sage@gmail.com >
2015-07-22 21:06:26 -04:00
Nathan LeClaire
03d4683755
Merge pull request #1503 from sergiobuj/add_status_command
...
Add status command
2015-07-22 15:55:45 -07:00
Ryan Grothouse
d553a2c757
added support for setting environment variables in docker engines
...
Signed-off-by: Ryan Grothouse <rgrothouse@gmail.com >
2015-07-16 16:12:06 -04:00
Sergio Botero
87cf7e222e
Add status command
...
closes #1471 by adding the status command that prints the state of a
machine.
Signed-off-by: Sergio Botero <sergiobuj@gmail.com >
2015-07-14 19:10:40 -07:00
Mary Anthony
39806c02e0
First stage of splitting out
...
Splitting out docs
Fixing location of help
entering in changes from testing
Filling in some missing structure
Updating with the comments from Nathan
Updating with the comments from Nathan
Updating after talk with Evan/Nathan
Signed-off-by: Mary Anthony <mary@docker.com >
2015-07-14 12:44:56 -07:00