mirror of https://github.com/docker/docs.git
Chores: ENGDOCS-1762 and ENGDOCS-1763 (#18548)
* ENGDOCS-1762 * ENGDOCS-1762
This commit is contained in:
parent
33c36bc889
commit
ca54a465f5
|
@ -20,12 +20,6 @@ If you are running Windows 10 Home (starting with build 19045), you can install
|
||||||
|
|
||||||
No, running Docker Desktop on Windows Server is not supported.
|
No, running Docker Desktop on Windows Server is not supported.
|
||||||
|
|
||||||
### How do I run Windows containers on Windows Server?
|
|
||||||
|
|
||||||
You can install a native Windows binary which allows you to develop and run
|
|
||||||
Windows containers without Docker Desktop. For more information, see the tutorial about running Windows containers on Windows Server in
|
|
||||||
[Getting Started with Windows Containers](https://github.com/docker/labs/blob/master/windows/windows-containers/README.md).
|
|
||||||
|
|
||||||
### Why do I see the `Docker Desktop Access Denied` error message when I try to start Docker Desktop?
|
### Why do I see the `Docker Desktop Access Denied` error message when I try to start Docker Desktop?
|
||||||
|
|
||||||
Docker Desktop displays the **Docker Desktop - Access Denied** error if a Windows user is not part of the **docker-users** group.
|
Docker Desktop displays the **Docker Desktop - Access Denied** error if a Windows user is not part of the **docker-users** group.
|
||||||
|
|
|
@ -103,9 +103,7 @@ Looking for information on using Windows containers?
|
||||||
|
|
||||||
* [Switch between Windows and Linux containers](../faqs/windowsfaqs.md#how-do-i-switch-between-windows-and-linux-containers)
|
* [Switch between Windows and Linux containers](../faqs/windowsfaqs.md#how-do-i-switch-between-windows-and-linux-containers)
|
||||||
describes how you can toggle between Linux and Windows containers in Docker Desktop and points you to the tutorial mentioned below.
|
describes how you can toggle between Linux and Windows containers in Docker Desktop and points you to the tutorial mentioned below.
|
||||||
- [Getting Started with Windows Containers (Lab)](https://github.com/docker/labs/blob/master/windows/windows-containers/README.md)
|
- [Getting Started with Windows Containers](https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce)
|
||||||
provides a tutorial on how to set up and run Windows containers on Windows 10, Windows Server 2016 and Windows Server 2019. It shows you how to use a MusicStore application
|
|
||||||
with Windows containers.
|
|
||||||
- Docker Container Platform for Windows [articles and blog
|
- Docker Container Platform for Windows [articles and blog
|
||||||
posts](https://www.docker.com/microsoft/) on the Docker website.
|
posts](https://www.docker.com/microsoft/) on the Docker website.
|
||||||
|
|
||||||
|
|
|
@ -38,3 +38,75 @@ engine/reference/builder.md:
|
||||||
keywords: |
|
keywords: |
|
||||||
dockerfile, docker file, docker copy, dockerfile exec, docker entrypoint,
|
dockerfile, docker file, docker copy, dockerfile exec, docker entrypoint,
|
||||||
dockerfile entrypoint, dockerfile arg, docker args, entrypoint, shell dockerfile
|
dockerfile entrypoint, dockerfile arg, docker args, entrypoint, shell dockerfile
|
||||||
|
|
||||||
|
compose/compose-file/01-status.md:
|
||||||
|
description: |
|
||||||
|
Understand about the status of the Compose Specification, which is the most recent Compose file format used to define multi-containers applications.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, status, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/02-model.md:
|
||||||
|
description: |
|
||||||
|
Learn about the compose application model.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, application model, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/03-compose-file.md:
|
||||||
|
description: |
|
||||||
|
Understand the compose file.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, compose yaml file, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/05-services.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the services top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, services, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/06-networks.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the networks top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, networks, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/07-volumes.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the volumes top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, volumes, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/08-configs.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the configs top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, configs, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/09-secrets.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the secrets top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, secrets, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/14-include.md:
|
||||||
|
description: |
|
||||||
|
Explore all the attributes the includes top-level element can have.
|
||||||
|
keywords: |
|
||||||
|
compose, compose specification, includes, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/build.md:
|
||||||
|
description: |
|
||||||
|
Learn about the optional Build Specification.
|
||||||
|
keywords: |
|
||||||
|
compose, build specification, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/deploy.md:
|
||||||
|
description: |
|
||||||
|
Learn about the optional Deploy Specification.
|
||||||
|
keywords: |
|
||||||
|
compose, deploy specification, compose file reference
|
||||||
|
|
||||||
|
compose/compose-file/develop.md:
|
||||||
|
description: |
|
||||||
|
Learn about the optional Develop Specification.
|
||||||
|
keywords: |
|
||||||
|
compose, develop specification, compose file reference
|
||||||
|
|
Loading…
Reference in New Issue