Commit Graph

90 Commits

Author SHA1 Message Date
Misty Stanley-Jones
60286e718b Clarify where signing and verification happen (#5149) 2017-11-10 15:26:35 -08:00
Misty Stanley-Jones
91e75c3871 Add content about antivirus (#5152) 2017-11-06 14:32:08 -08:00
Joao Fernandes
9598524ad8 Add line breaks to code snippets (#5166) 2017-10-30 16:59:11 -07:00
Gwendolynne Barr
19daed2099 Repair append redirection (#4784) 2017-10-04 15:53:47 -07: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
Muyiwa Iyowu
5005c9521c append to extfile.cnf (#4541)
Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
2017-09-11 17:04:56 -07:00
Wang Jie
fb870c0f52 Update userns-remap.md (#4534) 2017-09-11 17:03:25 -07:00
Wang Jie
8535b0f07d Update seccomp.md (#4518) 2017-09-11 17:00:00 -07:00
Wang Jie
f238686fd7 Update security.md (#4460) 2017-09-11 09:49:36 -07:00
EvdokimovN
7aa166e698 Typo in example command (#4580)
Configuration file should be extended with new key-valye instead of overwritten by it
2017-09-11 09:40:55 -07:00
Wang Jie
7884184388 Update deploying_notary.md (#4461)
* Update deploying_notary.md

* No '$' on one-line CLI snippets pls!
2017-09-05 14:24:37 -07:00
Tycho Andersen
876bdfeaa7 add two little auth docs blurbs (#4405) 2017-08-29 14:23:56 -07:00
Misty Stanley-Jones
fe90c11382 Fix some 404s (#4281) 2017-08-18 14:14:42 -07:00
Pierre Carru
2454ab8b7f Typo (#3869)
user ->use
2017-07-12 11:54:49 -07:00
Deborah Gertrude Digges
ce4a5a4ecd Update security.md (#3777)
- Update broken link
- Fix Typo in security.md
2017-07-05 16:47:15 -07:00
Misty Stanley-Jones
17e1da077b Tighten up base image and parent image terminology (#3720) 2017-06-28 11:56:41 -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
Riyaz Faizullabhoy
172e448122 fix trust env var name (#3504)
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-06 10:43:19 -07:00
Lenny Linux
9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Bill
a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Cory Locklear
e0ff65e6c9 Provide a bit more context around where commands should be executed. Fixes #995. (#2920) 2017-04-20 14:24:45 -05:00
Jesse Adametz
5787368f1f Fixes links to Notary repository (#2840) 2017-04-18 13:58:19 -05:00
Misty Stanley-Jones
730ec4717d Document new rules for seccomp profile 2017-04-05 17:45:44 -07:00
Anh
e9b5e56bbe Update https.md (#2594) 2017-04-03 15:27:13 -07:00
Scott Stientjes
7dcc7469b0 Update content_trust.md
Removed "Using default tag: latest" from sample command output.  The testing tag was specified in the command, so it would not being using the default tag.
2017-03-23 14:54:43 -07:00
Misty Stanley-Jones
fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Roman Vynar
504fdf9295 Fix the command for generating content trust delegation cert. (#2163) 2017-03-08 14:29:36 -08:00
Wang Jie
670a2d580a Update content_trust.md (#1912)
* Update content_trust.md
2017-03-01 14:30:00 -08:00
Wang Jie
63bd8f6d41 Update trust_key_mng.md (#1883)
* Update trust_key_mng.md

* Update trust_key_mng.md

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.

* Update 

I don‘t know how the whitespace appears, and it seems that it appears because something happened related to its original format (right-aligned pipe characters) and my change. Still unknown. 

Now I've deleted some redundant whitespace.
2017-03-01 14:27:47 -08:00
Misty Stanley-Jones
9122e75ca5 Merge pull request #1877 from scjane/patch-38
Update apparmor.md
2017-03-01 14:26:37 -08:00
Wang Jie
1e03ea30b2 Update trust_sandbox.md (#2000)
Should it be "Now, you xxx" or "Now that you xxx"?
2017-02-27 12:59:15 -08:00
scjane
41d57e3ba0 Update trust_sandbox.md (#1966)
Added a colon (:). But I'm not sure whether a period (.) is more appropriate here.
2017-02-24 13:53:39 -08:00
Tim H
d636c8781d Add troubleshooting tip for default https port
Rename the CA certificate file to ca.crt: It is not the cert of the server, but of the CA.
2017-02-23 13:42:51 +01:00
scjane
39eb8edf8a Update apparmor.md
Fixed the indentation for the codeblock (indented by 4 spaces). Thank you for your careful review.
2017-02-23 14:03:06 +08:00
Misty Stanley-Jones
7b24cef2c1 Merge pull request #1880 from scjane/patch-40
Update seccomp.md
2017-02-22 10:08:41 -08:00
scjane
e55d2893bf Update trust_delegation.md (#1866)
* Update trust_delegation.md

Fix subject-pronoun disaggrement.
2017-02-22 09:51:49 -08:00
scjane
80483cd487 Update seccomp.md (#1879) 2017-02-21 18:50:42 -08:00
scjane
76754d2502 Update trust_sandbox.md 2017-02-21 11:41:50 -08:00
scjane
ff4a20f18e Update trust_key_mng.md 2017-02-21 11:34:19 -08:00
scjane
b1cd25ff94 Update trust_key_mng.md 2017-02-21 11:33:38 -08:00
scjane
1dc6441a6a Update seccomp.md 2017-02-21 16:15:53 +08:00
scjane
3f293f1060 Update apparmor.md
I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.
2017-02-21 15:24:40 +08:00
scjane
d709c6c68c Update trust_sandbox.md (#1872) 2017-02-20 03:08:10 -08:00
scjane
33fdf82c32 Update trust_sandbox.md (#1871) 2017-02-20 03:07:44 -08:00
scjane
866aeebd88 Update trust_delegation.md (#1864) 2017-02-20 03:05:51 -08:00
scjane
6b2f5cc8eb Update content_trust.md (#1861) 2017-02-20 03:05:23 -08:00
scjane
d98ad39ee9 Update content_trust.md (#1860) 2017-02-20 03:04:44 -08:00
scjane
14ee5d6515 Update certificates.md (#1859) 2017-02-20 03:04:03 -08:00
scjane
69aedaf28a Update security.md (#1858) 2017-02-20 03:03:26 -08:00