Skip to content

Commit 59e9a15

Browse files
Merge pull request #21786 from docker/published-update
publish updates from main
2 parents bb56e7c + 9483dfc commit 59e9a15

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

content/guides/python/deploy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
## Prerequisites
1313

14-
- Complete all the previous sections of this guide, starting with [Use containers for python development](develop.md).
14+
- Complete all the previous sections of this guide, starting with [Use containers for Python development](develop.md).
1515
- [Turn on Kubernetes](/manuals/desktop/features/kubernetes.md#install-and-turn-on-kubernetes) in Docker Desktop.
1616

1717
## Overview
@@ -95,7 +95,10 @@ data:
9595
POSTGRES_PASSWORD: cG9zdGdyZXNfcGFzc3dvcmQ= # Base64 encoded password (e.g., 'postgres_password')
9696
```
9797
98-
In your `python-docker-dev-example` directory, create a file named `docker-python-kubernetes.yaml`.
98+
In your `python-docker-dev-example` directory, create a file named
99+
`docker-python-kubernetes.yaml`. Replace `DOCKER_USERNAME/REPO_NAME` with your
100+
Docker username and the repository name that you created in [Configure CI/CD for
101+
your Python application](./configure-ci-cd.md).
99102

100103
```yaml
101104
apiVersion: apps/v1

content/manuals/desktop/cert-revoke-solution.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ If possible, update directly through the app. If not, and you’re still seeing
4343

4444
You should now see the Docker Desktop Dashboard.
4545

46+
> [!TIP]
47+
>
48+
> If the malware pop-up persists after completing these steps and Docker is in the Trash, try emptying the Trash and rerunning the steps.
49+
4650
### Install a patch if you have version 4.32 - 4.36
4751

4852
If you can’t upgrade to the latest version and you’re seeing the malware pop-up, follow the steps below:
@@ -68,6 +72,10 @@ If you can’t upgrade to the latest version and you’re seeing the malware pop
6872

6973
You should now see the Docker Desktop Dashboard.
7074

75+
> [!TIP]
76+
>
77+
> If the malware pop-up persists after completing these steps and Docker is in the Trash, try emptying the Trash and rerunning the steps.
78+
7179
## MDM script
7280

7381
If you are an IT administrator and your developers are seeing the malware pop-up:

content/manuals/docker-hub/service-accounts.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ weight: 50
99

1010
> [!IMPORTANT]
1111
>
12-
> As of December 10, 2024, service accounts are no longer available. Existing
13-
> Service Account agreements will be honored until their current term expires,
14-
> but new purchases or renewals of service accounts no longer available and
15-
> customers must renew under a new subscription plan.
12+
> As of December 10, 2024, Enhanced Service Account add-ons are no longer
13+
> available. Existing Service Account agreements will be honored until their
14+
> current term expires, but new purchases or renewals of Enhanced Service
15+
> Account add-ons are no longer available and customers must renew under a new
16+
> subscription plan.
1617
>
1718
> Docker recommends transitioning to [Organization Access Tokens
1819
> (OATs)](../security/for-admins/access-tokens.md), which can provide similar

0 commit comments

Comments
 (0)