You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/get-started/introduction/develop-with-containers.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,32 +79,25 @@ With this environment up and running, you’re ready to make a few changes to th
79
79
80
80
The greeting at the top of the page is populated by an API call at `/api/greeting`. Currently, it always returns "Hello world!". You’ll now modify it to return one of three randomized messages (that you'll get to choose).
81
81
82
-
1. Open the `backend/src/routes/getGreeting.js` file. This file provides the handler for the API endpoint.
82
+
1. Open the `backend/src/routes/getGreeting.js` file in a text editor. This file provides the handler for the API endpoint.
83
83
84
-
2. Modify the variable at the top to an array of greetings. Feel free to use the following modifications or customize it to your own liking.
84
+
2. Modify the variable at the top to an array of greetings. Feel free to use the following modifications or customize it to your own liking. Also, update the endpoint to send a random greeting from this list.
4. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear.
100
+
3. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear.
108
101
109
102

Copy file name to clipboardExpand all lines: content/get-started/resources.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ title: Educational resources
3
3
keywords: get started, setup, orientation, quickstart, intro, concepts, kubernetes,
4
4
docker desktop
5
5
description: Get started resources learning docker
6
-
aliases:
7
-
- /get-started/resources/
8
6
---
9
7
10
8
Docker and the broader community of Docker experts have put together many different ways to get further training and hands-on experience with Docker. Expand your understanding of Docker and Kubernetes with these additional free and paid resources.
Copy file name to clipboardExpand all lines: content/includes/admin-company-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
A company provides a single point of visibility across multiple organizations. This view simplifies the management of Docker organizations and settings. It's available to Docker Business subscribers.
1
+
A company provides a single point of visibility across multiple organizations. This view simplifies the management of Docker organizations and settings. Organization owners with a Docker Business subscription can create a company and then manage it through the [Docker Admin Console](https://app.docker.com/admin).
2
2
3
3
The following diagram depicts the setup of a company and how it relates to associated organizations.
Copy file name to clipboardExpand all lines: content/includes/admin-early-access.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,5 @@
4
4
{{% restricted title="Early Access" %}}
5
5
The Docker Admin Console is an [early access](/release-lifecycle#early-access-ea) product.
6
6
7
-
It's available to all company owners and organization owners. You can still manage companies and organizations in Docker Hub, but the Admin Console includes enhanced features for company-level management.
7
+
It's available to all company owners and organization owners. You can still manage organizations in Docker Hub, but the Admin Console includes company-level management and enhanced features for organization management.
You can deactivate an account at any time. This section describes the prerequisites and steps to deactivate a user account. For information on deactivating an organization, see [Deactivating an organization](../admin/deactivate-account.md).
9
9
10
-
>**Warning**
10
+
>[!Warning]
11
11
>
12
12
> All Docker products and services that use your Docker account will be inaccessible after deactivating your account.
13
13
14
14
## Prerequisites
15
15
16
16
Before deactivating your Docker account, ensure that you meet the following requirements:
17
17
18
-
- You must not be a member of a company or any teams or organizations. You must remove the account from all teams, organizations, or the company.
19
-
18
+
- For owners, you must leave your organization or company before deactivating your Docker account.
20
19
To do this:
21
-
1. Navigate to **Organizations** and then select the organization(s) you need to leave.
22
-
2. Find your username in the **Members** tab.
23
-
3. Select the **More options** menu and then select **Leave organization**.
20
+
1. Sign in to the [Docker Admin Console](https://app.docker.com/admin).
21
+
2. Select the organization you need to leave from the top-left drop-down menu.
22
+
3. Find your username in the **Members** tab.
23
+
4. Select the **More options** menu and then select **Leave organization**.
24
24
25
-
- If you are the sole owner of an organization, either assign another member of the organization the owner role and then remove yourself from the organization, or deactivate the organization. Similarly, if you are the sole owner of a company, either add someone else as a company owner and then remove yourself, or deactivate the company.
25
+
- If you are the sole owner of an organization, you must assign the owner role to another member of the organization and then remove yourself from the organization, or deactivate the organization. Similarly, if you are the sole owner of a company, either add someone else as a company owner and then remove yourself, or deactivate the company.
26
26
27
27
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/core-subscription/downgrade.md).
28
28
@@ -42,8 +42,8 @@ Once you have completed all the previous steps, you can deactivate your account.
42
42
>
43
43
> This cannot be undone. Be sure you've gathered all the data you need from your account before deactivating it.
44
44
45
-
1. Sign in to your [Docker account](https://app.docker.com/login).
46
-
2.In Docker Home, select your avatar in the top-right corner to open the drop-down.
45
+
1. Sign in to [Docker Home](https://app.docker.com/login).
46
+
2.Select your avatar to open the drop-down menu.
47
47
3. Select **Account settings**.
48
-
4. In the **Account management** section, select **Deactivate account** to open to deactivate account page.
48
+
4. In the **Account management** section, select **Deactivate account**.
0 commit comments