mirror of https://github.com/docker/docs.git
fix links (#16202)
This commit is contained in:
parent
ba1ecb30b3
commit
69d5b822f5
|
@ -2808,7 +2808,7 @@ Thanks @ahromis, @albers, @aleksandr-vin, @antoineco, @ccverak, @chernjie, @dnep
|
|||
## 1.2.0
|
||||
(2015-04-16)
|
||||
|
||||
- `docker-compose.yml` now supports an `extends` option, which enables a service to inherit configuration from another service in another configuration file. This is really good for sharing common configuration between apps, or for configuring the same app for different environments. Here's the [documentation](https://github.com/docker/compose/blob/master/docs/yml.md#extends).
|
||||
- `docker-compose.yml` now supports an `extends` option, which enables a service to inherit configuration from another service in another configuration file. This is really good for sharing common configuration between apps, or for configuring the same app for different environments. Here's the [documentation](https://github.com/docker/compose/blob/master/docs/).
|
||||
|
||||
- When using Compose with a Swarm cluster, containers that depend on one another will be co-scheduled on the same node. This means that most Compose apps will now work out of the box, as long as they don't use `build`.
|
||||
|
||||
|
|
|
@ -275,7 +275,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
|
|||
- Implemented `docker run —-platform` in the containerd integration.
|
||||
- Fixed insecure registries not working with the containerd integration.
|
||||
- Fixed a bug that showed incorrect values on used space in **Settings**.
|
||||
- Docker Desktop now installs credential helpers from Github releases. See [docker/for-win#10247](https://github.com/docker/for-win/issues/10247), [docker/for-win#12995](https://github.com/docker/for-win/issues/12995), [docker/for-mac#12399](https://github.com/docker/for-mac/issues/12399).
|
||||
- Docker Desktop now installs credential helpers from Github releases. See [docker/for-win#10247](https://github.com/docker/for-win/issues/10247), [docker/for-win#12995](https://github.com/docker/for-win/issues/12995).
|
||||
- Fixed an issue where users were logged out of Docker Desktop after 7 days.
|
||||
|
||||
#### For Mac
|
||||
|
|
|
@ -20,7 +20,7 @@ Refer to the following table for details on the Enhanced Service Account add-on
|
|||
| 2 | 10,000-25,000 | $17,950/yr |
|
||||
| 3 | 25,000-50,000 | $32,950/yr |
|
||||
| 4 | 50,000-100,000 | $58,950/yr |
|
||||
| 5 | 100,000+ | [Contact Sales](https://www.docker.com/pricing/questions){:target="_blank" rel="noopener" class="_"} |
|
||||
| 5 | 100,000+ | [Contact Sales](https://www.docker.com/pricing/contact-sales/){:target="_blank" rel="noopener" class="_"} |
|
||||
|
||||
<sub>*Once the initial Tier is established, that is the minimum fee for the year. Annual commitment required. The service account may exceed Pulls by up to 25% for up to 20 days during the year without incurring additional fees. Reports on consumption will be provided upon request. At the end of the initial 1-year term, the appropriate Tier will be established for the following year.<sub>
|
||||
|
||||
|
|
Loading…
Reference in New Issue