Sean P. Kane
e0bdf2929e
Improve Cloudfront notes regarding private buckets ( #5225 )
...
* Improve Cloudfront notes regarding private buckets
* Point to CloudFront docs
This is better than outlining the steps specifically. The API steps will be different and the specific parts of the web UI may change over time. Amazon's docs are more likely to be up to date.
2018-01-09 14:31:37 -08:00
Lachlan Cooper
1fa2c0387a
Correct parameter names for --publish long syntax ( #5457 )
2017-12-12 12:59:30 -08:00
John Mulhausen
93a665ed9d
Navigation under "Reference" and "Manuals," Registry warning, "Latest" UCP/DTR ( #5469 )
...
* Revamp Product Manuals and Reference
* Nips and tucks
* Lose the snark
2017-12-08 14:34:57 -08:00
Bhavin Gandhi
3123389ccb
Add alt text to images which are missing it ( #5047 )
...
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Misty Stanley-Jones
956fe5924d
Update docs for new publish syntax ( #5323 )
2017-11-17 12:08:29 -08:00
Joao Fernandes
ad554e0bce
Add link to forums in registry docs ( #5308 )
2017-11-15 15:29:39 -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
Wang Jie
ca7054065c
Update deploying.md
2017-10-20 15:58:19 -07:00
Wang Jie
9323bf4fb4
Update notifications.md ( #5045 )
2017-10-19 15:02:41 -07:00
Anian Z
fdec9e0436
Deploying Registry: Fixed ports on HTTPS ( #4965 )
2017-10-16 15:49:03 -07:00
Jonas Hecht
4aed3dfbba
Docker service registry not running correctly (Replicas 0/1) ( #4641 )
2017-09-19 11:32:01 -07:00
Jonas Hecht
9f75159867
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
f9766e21f1
Update b.o. Error while creating Registry Service ( #4465 )
2017-09-11 16:49:21 -07:00
Yannick Fricke
3ad5068574
Fix Typo ( #4575 )
2017-09-11 09:39:40 -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
Wang Jie
acd2e0794f
Update garbage-collection.md ( #4317 )
2017-08-29 15:43:24 -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
1644700c92
Update compatibility.md ( #4321 )
2017-08-23 16:29:19 -07:00
Wang Jie
b576b88a4f
Update index.md ( #4323 )
2017-08-22 16:47:45 -07:00
Wang Jie
d814e10820
Update index.md ( #4322 )
2017-08-22 16:47:11 -07:00
Wang Jie
1c007c4408
Update insecure.md ( #4318 )
2017-08-22 16:45:22 -07:00
Wang Jie
c35e60064c
Update osx-setup-guide.md ( #4316 )
2017-08-22 16:43:21 -07:00
Wang Jie
622dced0c3
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
ec441b39f8
Add China registry mirror section ( #84 )
2017-08-15 23:31:15 -07:00
Robert Steward
ea60e7f812
Fix borked link ( #4097 )
2017-08-04 11:52:24 -07:00
Misty Stanley-Jones
092fc7b793
Remove sentence about super old Docker ( #4099 )
2017-08-04 11:12:02 -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
Vega Chou
d02622c7ca
fix default secrets path in container ( #4011 )
2017-08-01 12:03:05 -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
Misty Stanley-Jones
364e24ec34
Remove v2-registry-auth image ( #3965 )
...
Put it back upstream instead
2017-07-24 14:44:49 -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
leonstrand
28802e0da3
Fixed spelling of 'exammple' ( #3769 )
2017-06-30 16:40:26 -07:00
Misty Stanley-Jones
31719e6cfc
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
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
Wassim Dhif
feca701bda
Reword sentence
2017-06-20 11:01:52 -07:00
Wang Jie
3eab07f2b8
Update notifications.md ( #3399 )
2017-06-02 11:44:17 -07:00
Wang Jie
a1381378db
Update oss.md ( #3448 )
2017-06-02 10:04:01 -07:00
Wang Jie
0f88cb0869
Update compatibility.md ( #3445 )
2017-06-02 10:01:29 -07:00
Wang Jie
063c2dc4f0
Update insecure.md ( #3444 )
2017-06-02 10:00:58 -07:00
Wang Jie
13c8aa4a1e
Update garbage-collection.md ( #3443 )
2017-06-02 10:00:20 -07:00
Wang Jie
6f01e70062
Update osx-setup-guide.md ( #3442 )
2017-06-02 09:59:46 -07:00