Commit Graph

19 Commits

Author SHA1 Message Date
Justin Chadwell fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Sebastiaan van Stijn 9991771180
engine/security: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:01 +02:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Amal 12b8e799c7
Typo fixture (#10950)
* Typo fixture

* Minor typo fix

* Typo fix
2020-06-03 19:21:11 +01:00
ajay143444 b37c6506d8
changed line 56 by adding do before not
changed line 56 by adding do before not
2020-04-29 17:55:29 +05:30
Sujay Pillai 1a684b91a1 Updated userns-remap.md (#9629)
Updated the links to solve https://github.com/docker/docker.github.io/issues/9419
2019-10-14 10:54:24 -07:00
Akihiro Suda 2778995f15
Fix dockremap calculation 2019-06-12 19:13:34 +09:00
Jan Vorwerk f045723263 Document side effect on the --userns=host flag (#7537)
* Document  side effect on the --userns=host flag

As explained in https://github.com/moby/moby/issues/34064#issuecomment-430985552

* Fixed typos & added reference to binaries with the setuid flag
2018-10-30 12:29:59 +01:00
Wang Jie 76c7725117
Update userns-remap.md 2018-07-06 17:46:02 +08:00
Shane O'Grady a78f7d345f Fix typo (#6158)
maxumum -> maximum
2018-03-06 06:57:29 -08:00
Jaume Casado Ruiz c267d4c1bf Fix typo in userns-remap.md 2018-03-02 10:54:50 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
mrajphemi 288465b5fd Fix typo in user namespace docs (#5881)
There was a typo in a file name.
should be /etc/passwd not /etc/password
2018-01-31 13:03:54 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Tycho Andersen 972cb35179 security: remove blurb about userns conflicting with r/o (#4396)
As of
66eb2a3e8f
in runc, this is no longer true (in fact, it was never true; the problem
was a bug in runc, not a kernel check). Let's remove it.

Signed-off-by: Tycho Andersen <tycho@docker.com>
2017-09-26 20:49:43 -07:00
James Mills ee0881286b Make dockremap and testuser uid/gid match (#4667)
This example is leading to confusion when folks populate /etc/sub{g,u}id with dockremap:231072:65536 instead of testuser:231072:65536.  Step 4 (verification) of "Enable userns-remap on the daemon" doesn't match if the dockremap uid/gid is used.
2017-09-19 11:33:08 -07:00
Wang Jie fb870c0f52 Update userns-remap.md (#4534) 2017-09-11 17:03:25 -07:00
Pierre Carru 2454ab8b7f Typo (#3869)
user ->use
2017-07-12 11:54:49 -07:00
Misty Stanley-Jones c1dbb5b012 Add information about userns-remap (#3678)
* Add information about userns-remap

* Split into its own topic, do some TOC magic
2017-06-26 10:14:07 -07:00