Chores: ENGDOCS-1762 and ENGDOCS-1763 (#18548)

* ENGDOCS-1762

* ENGDOCS-1762
This commit is contained in:
Allie Sadler 2023-10-30 14:20:53 +00:00 committed by GitHub
parent 33c36bc889
commit ca54a465f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 73 additions and 9 deletions

View File

@ -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.
### 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?
Docker Desktop displays the **Docker Desktop - Access Denied** error if a Windows user is not part of the **docker-users** group.

View File

@ -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)
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)
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.
- [Getting Started with Windows Containers](https://learn.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=dockerce)
- Docker Container Platform for Windows [articles and blog
posts](https://www.docker.com/microsoft/) on the Docker website.

View File

@ -38,3 +38,75 @@ engine/reference/builder.md:
keywords: |
dockerfile, docker file, docker copy, dockerfile exec, docker entrypoint,
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