Jonas Hecht
1f640d19dd
contraint instead of label to create Registry on node1 ( #4644 )
...
As the `--label` option is used before in `docker node update --label-add registry=true node1`, the Docker registry should be restricted to only run on `node1` - and nowhere else. So the `docker service create` command has to use the option `--constraint 'node.labels.registry==true` instead of `--label registry=true`- because it is a contraint, where to run the Registry - we don´t just want to set a label again.
2017-09-15 11:20:26 -07:00
Jonas Hecht
8b93c50982
Update b.o. Error while creating Registry Service ( #4465 )
2017-09-11 16:49:21 -07:00
Yannick Fricke
675ffdbdaf
Fix Typo ( #4575 )
2017-09-11 09:39:40 -07:00
Vidar
fd9fc031a2
Use nginx image which supports bcrypt ( #4489 )
2017-09-06 16:33:07 -07:00
ROY
f01d83d61e
Update mirror.md ( #4506 )
2017-09-05 14:26:08 -07:00
Wang Jie
5096a16d32
Update garbage-collection.md ( #4317 )
2017-08-29 15:43:24 -07:00
Vidar
e4f126c10e
nginx does not support bcrypt when using auth_basic ( #4332 )
2017-08-29 15:34:27 -07:00
Emmanuel Briney
90a402d946
fix registry template plist location for launchctl ( #4333 )
2017-08-23 16:34:49 -07:00
Wang Jie
aa6e69711a
Update compatibility.md ( #4321 )
2017-08-23 16:29:19 -07:00
Wang Jie
c1950e123d
Update index.md ( #4323 )
2017-08-22 16:47:45 -07:00
Wang Jie
aa2955a748
Update index.md ( #4322 )
2017-08-22 16:47:11 -07:00
Wang Jie
3ae7d9ca65
Update insecure.md ( #4318 )
2017-08-22 16:45:22 -07:00
Wang Jie
e98a162c62
Update osx-setup-guide.md ( #4316 )
2017-08-22 16:43:21 -07:00
Wang Jie
d18e3a63be
Update filesystem.md ( #4324 )
...
Is this change OK? Or, organizing these in a table is better?
2017-08-22 16:25:51 -07:00
Jim Galasyn
a25006234f
Add China registry mirror section ( #84 )
2017-08-15 23:31:15 -07:00
Robert Steward
a95492280b
Fix borked link ( #4097 )
2017-08-04 11:52:24 -07:00
Misty Stanley-Jones
a1088938b0
Remove sentence about super old Docker ( #4099 )
2017-08-04 11:12:02 -07:00
Andrew Lively
2aa6e2ae80
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
Vega Chou
c2bbc7eab7
fix default secrets path in container ( #4011 )
2017-08-01 12:03:05 -07:00
Victoria Bialas
3c1aeebc2a
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
23c116b75f
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
a59d321e8d
Fix link to requirements in Nginx recipe ( #3969 )
2017-07-26 16:23:00 -07:00
Misty Stanley-Jones
c6f6c44e56
Remove v2-registry-auth image ( #3965 )
...
Put it back upstream instead
2017-07-24 14:44:49 -07:00
John Mulhausen
cb3f2ace6d
Update mirror.md
2017-07-13 13:21:08 -07:00
Jim Galasyn
cf36ad3cb2
Improve tip on log messages ( #3888 )
...
* Improve tip on log messages
* Reformat per feedback
2017-07-13 12:07:43 -07:00
Jim Galasyn
82998e1077
Add tip about error message in registry cache ( #3874 )
2017-07-12 11:59:00 -07:00
leonstrand
b19b19cc70
Fixed spelling of 'exammple' ( #3769 )
2017-06-30 16:40:26 -07:00
Misty Stanley-Jones
31619aedd3
Reorganize registry deployment guide ( #3485 )
...
* Reorganize registry deployment guide
Also add information about pushing non-distributable
layers to private registries
Also add an example of running a registry as a swarm service
2017-06-28 08:31:29 -07:00
Misty Stanley-Jones
8ac75794dd
Point to newer registry topic ( #3719 )
2017-06-27 16:33:43 -07:00
Pieter Scheffers
55aec8a4f7
htpasswd passwords should use bcrypt hashing ( #3401 )
2017-06-22 15:59:24 -07:00
Jim Galasyn
c60e7107fa
Add use case for China registry mirror ( #3682 )
2017-06-22 13:08:43 -07:00
Wassim Dhif
6508f123f8
Reword sentence
2017-06-20 11:01:52 -07:00
Wang Jie
bbbafb0e72
Update notifications.md ( #3399 )
2017-06-02 11:44:17 -07:00
Wang Jie
efa76b98d0
Update oss.md ( #3448 )
2017-06-02 10:04:01 -07:00
Wang Jie
4da4fc02c0
Update compatibility.md ( #3445 )
2017-06-02 10:01:29 -07:00
Wang Jie
528d227917
Update insecure.md ( #3444 )
2017-06-02 10:00:58 -07:00
Wang Jie
78d250137b
Update garbage-collection.md ( #3443 )
2017-06-02 10:00:20 -07:00
Wang Jie
a6fc3fa7fa
Update osx-setup-guide.md ( #3442 )
2017-06-02 09:59:46 -07:00
Wang Jie
2c19d1ca88
Update apache.md ( #3441 )
2017-06-02 09:58:28 -07:00
Kevin Robatel
b9220191fc
Fix typo in markdown ( #3371 )
2017-05-24 16:49:29 -07:00
Chaos John
864905cfac
"as mall as possible"=>"as small as possible" ( #3372 )
2017-05-24 16:48:56 -07:00
Wang Jie
a5b2b63bcb
Update deploying.md ( #3373 )
2017-05-24 16:48:29 -07:00
Jim Galasyn
aed6cb22b5
Reverted ( #3393 )
2017-05-24 14:29:08 -07:00
Jim Galasyn
1b6da36acd
Add section on China registry mirror ( #3379 )
2017-05-24 09:05:43 -07:00
Misty Stanley-Jones
7c5b1e60c2
Remove registry/architecture.md from docs repo ( #3365 )
...
This file is specifically not published to the
site anyway
2017-05-23 16:14:03 -07:00
Wang Jie
9161e93e92
Update introduction.md ( #3353 )
2017-05-23 10:26:42 -07:00
Shiela M Parker
4f582ad996
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
ed56794d56
Use daemon.json everywhere possible ( #3252 )
2017-05-15 10:44:40 -07:00
Michal Guerquin
eb2763d826
Update index.md ( #3102 )
2017-04-28 22:02:19 +00:00
Lenny Linux
f1899170e9
Self-signed certificates setup on Windows (Part 1) ( #2909 )
...
* Update insecure.md
Copied the "Windows" section from https://docs.docker.com/datacenter/dtr/2.2/guides/user/access-dtr/ and changed the deep linkt to the msdn documentation.
* Update insecure.md
Link removed and updated the other one
* Remove mentions to DTR
2017-04-25 11:40:21 -07:00