Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _vale/Docker/Acronyms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ exceptions:
- MAC
- MDM
- MDN
- MSI
- NAT
- NET
- NFS
Expand Down
2 changes: 1 addition & 1 deletion content/guides/java/run-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fail if the tests fail.
Finally, you updated the deps stage to be based on the base stage and removed
the instructions that are now in the base stage.

Run the following command to build a new image using the test stage as the target and view the test results. Include `--progress=plain` to view the build output, `--no-cache` to ensure the tests always run, and `--target-test` to target the test stage.
Run the following command to build a new image using the test stage as the target and view the test results. Include `--progress=plain` to view the build output, `--no-cache` to ensure the tests always run, and `--target test` to target the test stage.

Now, build your image and run your tests. You'll run the `docker build` command and add the `--target test` flag so that you specifically run the test build stage.

Expand Down
2 changes: 1 addition & 1 deletion content/guides/ruby/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FROM base AS build

# Install packages needed to build gems
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential curl git pkg-config && \
apt-get install --no-install-recommends -y build-essential curl git pkg-config libyaml-dev && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Install JavaScript dependencies and Node.js for asset compilation
Expand Down
1 change: 1 addition & 0 deletions content/manuals/accounts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Docker accounts
description: Learn how to create and manage your Docker account.
keywords: accounts, docker ID, account management, account settings, docker account, docker home
weight: 30
params:
sidebar:
group: Platform
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/accounts/manage-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To update your account information, select the arrow icon. You can edit the foll
- Company
- Location
- Website
- Gravatar email
- Gravatar email: To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and create your avatar. Next, add your Gravatar email to your Docker account settings. It may take some time for your avatar to update in Docker.

This information is visible on your account profile in Docker Hub.

Expand Down
1 change: 1 addition & 0 deletions content/manuals/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Administration
description: Discover manuals on administration for accounts, organizations, and companies.
keywords: admin, administration, company, organization, Admin Console, user accounts, account management
weight: 10
params:
sidebar:
group: Platform
Expand Down
6 changes: 6 additions & 0 deletions content/manuals/admin/faqs/general-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ If the user is a member of your organization, you can remove the user from your
### How do I manage settings for a user account?

You can manage your account settings anytime when you sign in to your [Docker account](https://app.docker.com/login). In Docker Home, select your avatar in the top-right navigation, then select **My Account**. You can also access this menu from any Docker web applications when you're signed in to your account. See [Manage your Docker account](/accounts/manage-account). If your account is associated with an organization that uses SSO, you may have limited access to the settings that you can control.

### How do I add an avatar to my Docker account?

To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and create your avatar. Next, add your Gravatar email to your Docker account settings.

Note, that it may take some time for your avatar to update in Docker.
2 changes: 1 addition & 1 deletion content/manuals/admin/organization/general-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This information includes:
- Company
- Location
- Website
- Avatar
- Gravatar email: To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and create your avatar. Next, add your Gravatar email to your Docker account settings. It may take some time for your avatar to update in Docker.

To edit this information:

Expand Down
1 change: 1 addition & 0 deletions content/manuals/billing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Billing and payments
linkTitle: Billing
description: Discover information on billing and payment processes for Docker subscriptions.
keywords: billing, invoice, payment, subscription
weight: 20
params:
sidebar:
group: Platform
Expand Down
9 changes: 4 additions & 5 deletions content/manuals/build/buildkit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,17 @@ daemon.

> [!WARNING]
>
> BuildKit only fully supports building Linux containers.
> Windows container support is experimental, and is tracked in
> [`moby/buildkit#616`](https://github.com/moby/buildkit/issues/616).
> BuildKit only fully supports building Linux containers. Windows container
> support is experimental.

BuildKit has experimental support for Windows containers (WCOW) as of version 0.13.
This section walks you through the steps for trying it out.
We appreciate any feedback you submit by [opening an issue here](https://github.com/moby/buildkit/issues/new), especially `buildkitd.exe`.

### Known limitations

- BuildKit on Windows currently only supports the `containerd` worker.
Support for non-OCI workers is tracked in [moby/buildkit#4836](https://github.com/moby/buildkit/issues/4836).
For information about open bugs and limitations related to BuildKit on Windows,
see [GitHub issues](https://github.com/moby/buildkit/issues?q=is%3Aissue%20state%3Aopen%20label%3Aarea%2Fwindows-wcow).

### Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: FAQs
title: Enterprise deployment FAQs
description: Frequently asked questions for deploying Docker Desktop at scale
keywords: msi, deploy, docker desktop, faqs, pkg, mdm, jamf, intune, windows, mac, enterprise, admin
tags: [FAQ, admin]
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/desktop/setup/install/linux/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To install Docker Desktop on RHEL:
$ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce.repo
```

2. Download the latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
2. Download the latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-x86_64-rhel.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).

3. Install the package with dnf as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ You can then sign in to your machine with the user ID specified, and launch Dock

> [!NOTE]
>
> Before launching Docker Desktop, if a `settings.json` file already exists in the `~/Library/Group Containers/group.com.docker/` directory, you will see a **Finish setting up Docker Desktop** window that prompts for administrator privileges when you select **Finish**. To avoid this, ensure you delete the `settings.json` file left behind from any previous installations before launching the application.
> Before launching Docker Desktop, if a `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) already exists in the `~/Library/Group Containers/group.com.docker/` directory, you will see a **Finish setting up Docker Desktop** window that prompts for administrator privileges when you select **Finish**. To avoid this, ensure you delete the `settings-store.json` file (or `settings.json` for Docker Desktop versions 4.34 and earlier) left behind from any previous installations before launching the application.

{{< /tab >}}
{{< tab name="Windows" >}}
Expand Down
10 changes: 2 additions & 8 deletions content/manuals/docker-hub/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@ known issues for each Docker Hub release.

Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.

## 2024-11-11
## 2024-12-12

### New

- [Personal access tokens](/security/for-developers/access-tokens/) (PATs) now support expiration dates.

## 2024-10-15

### New

- Beta: You can now create [organization access tokens](/security/for-admins/access-tokens/) (OATs) to enhance security for organizations and streamline access management for organizations.
- The AI Catalog in Docker Hub is available directly through Docker Desktop.

## 2024-03-23

Expand Down
Loading