Skip to content

Commit

Permalink
Chores: ENGDOCS-1762 and ENGDOCS-1763 (#18548)
Browse files Browse the repository at this point in the history
* ENGDOCS-1762

* ENGDOCS-1762
  • Loading branch information
aevesdocker authored Oct 30, 2023
1 parent 33c36bc commit ca54a46
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 9 deletions.
6 changes: 0 additions & 6 deletions content/desktop/faqs/windowsfaqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions content/desktop/install/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
72 changes: 72 additions & 0 deletions data/frontmatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca54a46

Please sign in to comment.