Commit Graph

1223 Commits

Author SHA1 Message Date
T N
683b96093b Update link to Docker Trusted Registry (#6479)
https://docs.docker.com/datacenter/dtr/2.5/guides/ => https://docs.docker.com/ee/dtr/
2018-04-18 15:54:50 -07:00
Nat Zimmermann
c376f5d358 Fix "Run the registry as a service" link (#6289) 2018-03-30 13:58:20 -07:00
Akihiro Suda
161005286a registry/filesystem: mention umask (#6276)
* registry/filesystem; mention umask
2018-03-22 10:12:29 -07:00
Wang Jie
7be686bafe Update swift.md (#6054) 2018-02-23 15:40:51 -08:00
Wang Jie
158694b73f Update azure.md (#6053) 2018-02-23 09:08:06 -08:00
Joao Fernandes
5df17537d8 Fix links not rendering properly (#6049) 2018-02-22 13:24:44 -08:00
Wang Jie
29ee7e3e1c Update compatibility.md (#6043) 2018-02-22 04:32:20 -08: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
Wang Jie
e7269f89b4 Update insecure.md
Hi,I‘m back 🐶
2018-02-15 11:26:59 -08:00
Wang Jie
838a03f5f2 Update notifications.md 2018-02-15 11:25:40 -08:00
Julien Bordellier
aa968de89b Fix port requirement for SSL of docker registry (#5973)
Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that.
2018-02-09 13:19:38 -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
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