Amy Lindburg and Tibor Vass
097c3c2e8e
Update plugins.md
...
Fixed broken link.
Signed-off-by: Amy Lindburg <amy.lindburg@docker.com >
Update plugins.md
Some other broken links!
Signed-off-by: Amy Lindburg <amy.lindburg@docker.com >
Update plugin_api.md
FIxing broken links.
Signed-off-by: Amy Lindburg <amy.lindburg@docker.com >
Update plugins_volume.md
Fixing more links.
Signed-off-by: Amy Lindburg <amy.lindburg@docker.com >
2017-06-02 00:06:58 +00:00
Brian (bex) Exelbierd and Tibor Vass
6e8bfc5d5e
Update man page Dockerfile to use go-md2man v1.0.1 and go-lang 1.4
...
The main Dockerfile to was updated - this update brings the
sub-directory specific file inline with it.
Fixes #12866
Signed-off-by: Brian Exelbierd <bex@pobox.com >
2017-06-02 00:06:58 +00:00
Mary Anthony and Tibor Vass
5f9164db14
Updating with fix for first line and the vieux/amy comment on website
...
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:58 +00:00
Mary Anthony and Tibor Vass
77868b76b9
Moving man pages out of docs
...
Adding in other areas per comments
Updating with comments; equalizing generating man page info
Updating with duglin's comments
Doug is right here again;fixing.
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:57 +00:00
Marius Sturm and Tibor Vass
972214455d
add UDP GELF logging-driver
...
allows to send container logs to Graylog or Logstash.
Signed-off-by: Marius Sturm <marius@graylog.com >
2017-06-02 00:06:57 +00:00
Brian Goff and Tibor Vass
f062b77f18
Default events since to current time
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:06:57 +00:00
Nicolas Borboën and Tibor Vass
355f241838
Typo psuedo - pseudo
...
Signed-off-by: ponsfrilus <ponsfrilus@gmail.com >
2017-06-02 00:06:57 +00:00
Josh Hawn and Tibor Vass
1de916edad
[docs] Update builder docs on last-modified times
...
Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com > (github: jlhawn)
2017-06-02 00:06:57 +00:00
Doug Davis and Tibor Vass
0e820ef647
Fix COPY/ADD quoted/json form
...
Minor tweak to the quoted/json form and made man page look like the Dockerfile
docs. W/o the `,` people may think there should be a space delimited list.
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:06:57 +00:00
Doug Davis and Tibor Vass
5683dcc183
Minor doc edit to add clarity around the --volume path format
...
Also add a comment to the ValidatePath func so devs/reviewers
know exactly what its looking for.
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:06:57 +00:00
Arnaud Porterie and Tibor Vass
299e90305c
Remove reference to experimental release
...
Remove reference to experimental releases as it is really a nightly
channel rather than a scheduled release.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2017-06-02 00:06:57 +00:00
Arnaud Porterie and Tibor Vass
c632793d43
Rename EXPERIMENTAL.md to README.md
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2017-06-02 00:06:57 +00:00
Mary Anthony and Tibor Vass
17d4c36de4
Moving experimental
...
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:57 +00:00
Jessica Frazelle and Tibor Vass
9ac00da7ce
Update urls from .com to .org.
...
I added 301 redirects from dockerproject.com to dockerproject.org but may as
well make sure everything is updated anyways.
Signed-off-by: Jessica Frazelle <princess@docker.com >
2017-06-02 00:06:57 +00:00
Ahmet Alp Balkan and Tibor Vass
326cf83bcc
Allow duration strings as --since/--until
...
Fixes #13107 . This change enables Go duration strings
computed relative to the client machine’s time to be used
as input parameters to `docker events --since/--until`
and `docker logs --since` arguments.
Added unit tests for pkg/timeutils.GetTimestamp as well.
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-06-02 00:06:57 +00:00
Alexander Morozov and Tibor Vass
cf8790f920
Wrap lines for journald docs
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2017-06-02 00:06:57 +00:00
Alexander Morozov and Tibor Vass
f9f6d8a353
Change address to syslog-address in syslog docs
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2017-06-02 00:06:57 +00:00
Alexander Morozov and Tibor Vass
0558f93aa9
Add syslog-tag option for syslog log-driver
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2017-06-02 00:06:57 +00:00
Mary Anthony and Tibor Vass
0cc368b423
Updating after the pr went through
...
Updating with comments.
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:57 +00:00
Joe Gordon and Tibor Vass
bb27aa0ce9
Fix spelling mistakes in documentation
...
While reading some of the docs I noticed a few errors, so I ran
misspellings (https://pypi.python.org/pypi/misspellings ) on markdown files
Signed-off-by: Joe Gordon <joe.gordon0@gmail.com >
2017-06-02 00:06:57 +00:00
Doug Davis and Tibor Vass
835d319cc0
Add a "Created" state for new containers that haven't been run yet
...
Closes #13353
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:06:57 +00:00
Doug Davis and Tibor Vass
8eec36a1ea
Premature newline insertions
...
Noticed that there were a few newlines in the middle of a \`...\` blocks that
made the text look funny when displayed in HTML.
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:06:57 +00:00
Arnaud Porterie and Tibor Vass
c23cfcf30d
Add note about overlay not being production ready
...
Add a paragraph in cli.md mentioning that overlay is not a production
ready graphdriver.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2017-06-02 00:06:56 +00:00
Antonio Murdaca and Tibor Vass
ba522b3391
Add syslog-address log-opt
...
Signed-off-by: Antonio Murdaca <me@runcom.ninja >
2017-06-02 00:06:56 +00:00
Harald Albers and Tibor Vass
342d0cd04c
Update bash completion for 1.7.0
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:56 +00:00
David Calavera and Tibor Vass
51fee8e7ae
Add comment about ulimit format.
...
Fixes #12116
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:06:56 +00:00
Lloyd Dewolf and Tibor Vass
739c2672a7
doc cli lint.
...
- 79 char line length (non-command).
- Consistent single space between sentences.
- Replace start of line tabs with spaces.
- Remove trailing white space.
- Consistent "**Note:**" style.
https://docs.docker.com/project/doc-style/#notes
- Replace the ``` sections with indented code.
Signed-off-by: Lloyd Dewolf <foolswisdom@gmail.com >
2017-06-02 00:06:56 +00:00
Dan Walsh and Tibor Vass
011e17933c
Modify volume mounts SELinux labels on the fly based on :Z or :z
...
This patch is extending the qualifiers on the -v command to allow
an admin to tell the system to relabel, content. There might be a
need for something similar for changing the DAC Permissions.
Signed-off-by: Jessica Frazelle <princess@docker.com >
2017-06-02 00:06:56 +00:00
Mary Anthony and Tibor Vass
b4bef542a7
Fixes title, line wrap, and Adds install area
...
Tibor's comment
Updating with the new plugins
Entering comments from Seb
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:56 +00:00
Jessica Frazelle and Tibor Vass
05c0da3b96
Revert "Add docker exec run a command in privileged mode"
...
This reverts commit 72a500e9e5929b038816d8bd18d462a19e571c99.
Signed-off-by: Jessica Frazelle <princess@docker.com >
Conflicts:
daemon/execdriver/native/exec.go
integration-cli/docker_cli_exec_test.go
runconfig/exec.go
2017-06-02 00:06:56 +00:00
Jan-Jaap Driessen and Tibor Vass
dc770ac858
Markdown changes (thanks to runcom for the rebase+squash handholding)
...
Signed-off-by: Jan-Jaap Driessen <janjaapdriessen@gmail.com >
2017-06-02 00:06:56 +00:00
Lloyd Dewolf and Tibor Vass
6dbd08344f
doc: cli images examples rm "| head".
...
It's a given that lines of example output might be truncated or come
from a contrived environment.
Signed-off-by: Lloyd Dewolf <foolswisdom@gmail.com >
2017-06-02 00:06:56 +00:00
Arnaud Porterie and Tibor Vass
f79ccc1171
Document in the experimental section
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
(cherry picked from commit a31633c2707c78c2ffd684a5a3e576f310af0fb5)
2017-06-02 00:06:56 +00:00
David Calavera and Tibor Vass
7809f8a5ef
Move Documentation changes out or this PR.
...
The will come in a follow up PR inside the experimental section.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:06:56 +00:00
David Calavera and Tibor Vass
93d3cc3101
Mark volume drivers and plugins as experimental in the documentation.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:06:56 +00:00
David Calavera and Tibor Vass
ef99ac464b
Volumes refactor and external plugin implementation.
...
Signed by all authors:
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
Signed-off-by: David Calavera <david.calavera@gmail.com >
Signed-off-by: Jeff Lindsay <progrium@gmail.com >
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
Signed-off-by: Luke Marsden <luke@clusterhq.com >
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:06:56 +00:00
Mary Anthony and Tibor Vass
12c58642ba
Experimental features placeholder
...
Signed-off-by: Mary Anthony <mary@docker.com >
Adding experimental features into the mix
Signed-off-by: Mary Anthony <mary@docker.com >
renaming file
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:06:56 +00:00
Harald Albers and Tibor Vass
9c413dcfc4
respect -H in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:56 +00:00
Shishir Mahajan and Tibor Vass
7defdb0868
root dir for execdriver (/var/run/docker) should be configurable
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:06:56 +00:00
Darren Shepherd and Tibor Vass
02c900f4c5
Add --uts=host to allow sharing the UTS namespace
...
Signed-off-by: Darren Shepherd <darren@rancher.com >
2017-06-02 00:06:56 +00:00
Shishir Mahajan and Tibor Vass
2f114119bd
Missing exec-opt[] option in CommandLine docs
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:06:56 +00:00
Ahmet Alp Balkan and Tibor Vass
a92995bc14
Add --since argument to docker logs cmd
...
Added --since argument to `docker logs` command. Accept unix
timestamps and shows logs only created after the specified date.
Default value is 0 and passing default value or not specifying
the value in the request causes parameter to be ignored (behavior
prior to this change).
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-06-02 00:06:56 +00:00
Jörg Thalheim and Tibor Vass
4edc51e283
docs: move zfs.fsname option to storage option section
...
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk >
2017-06-02 00:06:56 +00:00
Jörg Thalheim and Tibor Vass
35172ee021
Implement Docker on ZFS
...
Signed-off-by: Arthur Gautier <baloo@gandi.net >
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk >
2017-06-02 00:06:56 +00:00
Antonio Murdaca and Tibor Vass
313659dd18
Allow links to be specified with only the name if this matches the alias
...
Signed-off-by: Antonio Murdaca <me@runcom.ninja >
2017-06-02 00:06:56 +00:00
Gianluca Borello and Tibor Vass
ed206bfca4
Default MAC address generation is not random and should be stated in the documentation.
...
Signed-off-by: Gianluca Borello <g.borello@gmail.com >
2017-06-02 00:06:55 +00:00
Ma Shimiao and Tibor Vass
edbbcc6dae
add cpu.cfs_period_us support
...
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com >
2017-06-02 00:06:55 +00:00
wlan0 and Tibor Vass
9949905359
Add log opts flag to pass in logging options
...
Signed-off-by: wlan0 <sidharthamn@gmail.com >
2017-06-02 00:06:55 +00:00
Lei Jitang and Tibor Vass
68f8a90e3d
Add support --net=container with --mac-address,--add-host error out
...
Signed-off-by: Lei Jitang <leijitang@huawei.com >
2017-06-02 00:06:55 +00:00
Qiang Huang and Tibor Vass
19815c878d
add blkio.weight support
...
We can use this to control block IO weight of a container.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
2017-06-02 00:06:55 +00:00