Zandor Smith
cee8ae98b4
Add link to official registry image in local mirror documentation. ( #15370 )
2022-08-12 14:05:07 +02:00
Zeki CELIK
8c106f5260
update osx-setup-guide.md for #14380
...
update path of the config.yml and com.docker.registry.plist
2022-03-12 22:22:07 +03:00
Usha Mandya
a8ec999a27
Update note on Docker official images
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-12 23:08:26 +05:30
Sebastiaan van Stijn
9abe0b6ae1
Revert "Remove info on service accounts"
...
This reverts commit 41f9a7b03e
.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-02 23:00:07 +02:00
Usha Mandya
41f9a7b03e
Remove info on service accounts
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-09-02 11:58:42 +01:00
Sebastiaan van Stijn
954f1c1fe8
registry: 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:19:57 +02:00
Usha Mandya
bc93a35d0a
Update pull limits for service accounts
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-25 09:38:16 +01:00
jerae-duffin
54fa0cedea
Updated service account links ( #12953 )
...
updated service account links
2021-06-04 18:45:50 +01:00
Ben De St Paer-Gotch
4d2993bcb1
Adding in points to clarify usage of official images ( #12713 )
...
* Adding in points to clarify usage of official images
* Minor style update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-20 11:39:12 +01:00
Usha Mandya
e885a5aeaa
Remove Docker Toolbox docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-20 18:05:36 +01:00
Usha Mandya
31f665f35d
Add note on Docker Hub
2020-07-03 15:25:54 +01:00
Sebastiaan van Stijn
c5f3b37ced
registry: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:43 +02:00
ollypom
76e4d03264
Added Nginx Recipe Redirect
2020-01-10 12:39:40 +00:00
Sebastiaan van Stijn
7228e90f0f
Merge pull request #9270 from das7pad/patch-1
...
[sec] nginx/compose: Drop aforementioned loophole
2019-09-13 00:39:11 +02:00
Dawn W Docker
a765e84efc
removing section for Chinese mirror
2019-08-27 14:54:22 -07:00
Jakob Ackermann
869bdc2680
[sec] nginx/compose: Drop aforementioned loophole
2019-08-18 19:57:15 +02:00
Sebastiaan van Stijn
03d5b3396d
Use consistent formatting for notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-09 00:49:57 +01:00
Anne Henmi
64261850fa
Update nginx.md
...
Fixed security warning, changed to "anyone who can log on to the server where your Docker Registry is running"
2019-01-22 16:16:38 -07:00
Anne Henmi
e88b98fcc4
Update nginx.md
...
wording
2019-01-02 08:51:16 -07:00
Per Lundberg
acc395fca6
nginx.md: Add note about potential security isues
...
I thought about this while setting this up, and then found this guide (I was setting it up without the guide first.)
The potential security implications are important, so I think we should mention them here on this web page. (We could even go further by outright _warning_ people about this, but perhaps letting people know about it so they can make an informed decision is a better way to go. This can be perfectly fine for certain intranet scenarios.)
2018-06-20 16:28:10 +03:00
Akihiro Suda
cd9fbc421e
Update mirror.md
...
It was not obvious that additional configuration is needed for the official Registry image.
cc @dmcgowan @stevvooe
2018-02-16 09:35:33 -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
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
Sebastiaan van Stijn
bd79ef8530
Prefer daemon.json over command-line flag
...
Using a daemon configuration file is preferred over
using command-line flags, as it allows reloading
this configuration without restarting the
daemon.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-11-02 15:06:12 -07:00
Sebastiaan van Stijn
7990040587
Remove deprecated '-d' option to start daemon
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-11-02 15:06:12 -07:00
Vidar
2abc61b1ce
Use nginx image which supports bcrypt ( #4489 )
2017-09-06 16:33:07 -07:00
ROY
5261993905
Update mirror.md ( #4506 )
2017-09-05 14:26:08 -07:00
Vidar
9ccf803424
nginx does not support bcrypt when using auth_basic ( #4332 )
2017-08-29 15:34:27 -07:00
Emmanuel Briney
06085e4bfd
fix registry template plist location for launchctl ( #4333 )
2017-08-23 16:34:49 -07:00
Wang Jie
d814e10820
Update index.md ( #4322 )
2017-08-22 16:47:11 -07:00
Wang Jie
c35e60064c
Update osx-setup-guide.md ( #4316 )
2017-08-22 16:43:21 -07:00
Jim Galasyn
ec441b39f8
Add China registry mirror section ( #84 )
2017-08-15 23:31:15 -07:00
Andrew Lively
6a205aa6d5
Documentation typo fix ( #4087 )
...
Fixed a typo in the "Setting things up" section to correct "ese" to "these"
2017-08-03 15:47:21 -07:00
Victoria Bialas
a4b4acc92c
Fix links to subtopics in index.md files by include full path ( #4054 )
...
* for all links to , changed to full path
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed link in Swarm Tutorial per review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-31 18:54:08 -07:00
Peter Kokot
d4282e38c1
Fix link to requirements ( #3970 )
...
This patch fixes link to Docker registry requirements from the Apache recipe.
2017-07-26 17:15:48 -07:00
Peter Kokot
f7d0ed1c2a
Fix link to requirements in Nginx recipe ( #3969 )
2017-07-26 16:23:00 -07:00
John Mulhausen
928e6a1d65
Update mirror.md
2017-07-13 13:21:08 -07:00
Jim Galasyn
a0cb9b2947
Improve tip on log messages ( #3888 )
...
* Improve tip on log messages
* Reformat per feedback
2017-07-13 12:07:43 -07:00
Jim Galasyn
fb576bf383
Add tip about error message in registry cache ( #3874 )
2017-07-12 11:59:00 -07:00
Misty Stanley-Jones
eb0ff71b5d
Point to newer registry topic ( #3719 )
2017-06-27 16:33:43 -07:00
Pieter Scheffers
8f27eeac35
htpasswd passwords should use bcrypt hashing ( #3401 )
2017-06-22 15:59:24 -07:00
Jim Galasyn
514d858774
Add use case for China registry mirror ( #3682 )
2017-06-22 13:08:43 -07:00
Wang Jie
6f01e70062
Update osx-setup-guide.md ( #3442 )
2017-06-02 09:59:46 -07:00
Wang Jie
78ff810f64
Update apache.md ( #3441 )
2017-06-02 09:58:28 -07:00
Jim Galasyn
fdedf787fa
Reverted ( #3393 )
2017-05-24 14:29:08 -07:00
Jim Galasyn
42163935cf
Add section on China registry mirror ( #3379 )
2017-05-24 09:05:43 -07:00
Shiela M Parker
ca2cf369e0
Add instructions to remove also proxy_set_header Host ( #3156 ) ( #3342 )
...
* Add instructions to remove also proxy_set_header Host
Add instructions to remove also proxy_set_header Host when using ELB.
In my case I only had commented out X-Real-IP, X-Forwarded-For, X-Forwarded-Proto, but not Host, and I was getting lots of retrys in Docker. Commenting the proxy_set_header Host fixed the issue, as recommended in https://github.com/moby/moby/issues/16949
2017-05-23 10:21:56 -07:00
Misty Stanley-Jones
968f76eced
Use daemon.json everywhere possible ( #3252 )
2017-05-15 10:44:40 -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
Joao Fernandes
7b90ef4bdc
Fix spelling errors ( #2409 )
2017-03-21 11:49:07 -07:00