diff --git a/desktop/extensions-sdk/design/design-guidelines.md b/desktop/extensions-sdk/design/design-guidelines.md index dc1529e309..0ca120c573 100644 --- a/desktop/extensions-sdk/design/design-guidelines.md +++ b/desktop/extensions-sdk/design/design-guidelines.md @@ -19,17 +19,14 @@ Use the [Docker Material UI Theme](https://www.npmjs.com/package/@docker/docker- - Ensure the extension has both a light and dark theme. Using the components and styles as per the Docker style guide ensures that your extension meets the [level AA accessibility standard.](https://www.w3.org/WAI/WCAG2AA-Conformance) ![light and dark mode](images/light_dark_mode.png) -
- Ensure that your extension icon is visible both in light and dark mode. ![icon colors](images/icon_colors.png) -
- Ensure that the navigational behavior is consistent with the rest of Docker Desktop. Add a header to set the context for the extension. ![header](images/header.png) -
- Avoid embedding terminal windows. The advantage we have with Docker Desktop over the CLI is that we have the opportunity to provide rich information to users. Make use of this interface as much as possible. @@ -50,7 +47,6 @@ Use the [Docker Material UI Theme](https://www.npmjs.com/package/@docker/docker- - If a flow is too complicated or the concept is abstract, break down the flow into multiple steps with one simple call-to-action in each step. This helps when onboarding novice users to your extension ![complicated flow](images/complicated_flows.png) -
- Where there are multiple call-to-actions, ensure you use the primary (filled button style) and secondary buttons (outline button style) to convey the importance of each action. diff --git a/desktop/extensions-sdk/design/design-principles.md b/desktop/extensions-sdk/design/design-principles.md index 5133e68144..bc0904836e 100644 --- a/desktop/extensions-sdk/design/design-principles.md +++ b/desktop/extensions-sdk/design/design-principles.md @@ -5,24 +5,24 @@ keywords: Docker, extensions, design --- ## Provide actionable guidance + We anticipate needs and provide simple explanations with clear actions so people are never lost and always know what to do next. Recommendations lead users to functionality that enhances the experience and extends their knowledge. -
## Create value through confidence + People from all levels of experience should feel they know how to use our product. Experiences are familiar, unified, and easy to use so all users feel like experts. -
## Infuse productivity with delight + We seek out moments of purposeful delight that elevate rather than distract, making work easier and more gratifying. Simple tasks are automated and users are left with more time for innovation. -
## Build trust through transparency + We always provide clarity on what is happening and why. No amount of detail is withheld; the right information is shown at the right time and is always accessible. -
## Scale with intention + Our products focus on inclusive growth and are continuously useful and adapt to match changing individual needs. We support all levels of expertise by meeting users where they are with conscious personalization. -
## What's next? diff --git a/desktop/extensions.md b/desktop/extensions.md index 36e9788dd5..930da70020 100644 --- a/desktop/extensions.md +++ b/desktop/extensions.md @@ -35,8 +35,9 @@ To add Docker Extensions: 1. Open Docker Desktop. 2. From the Dashboard, select **Add Extensions** in the menu bar. The Extensions Marketplace opens. -2. Browse the available extensions. -3. Click **Install**.
+3. Browse the available extensions. +4. Click **Install**. + From here, you can click **Open** to access the extension or install additional extensions. The extension also appears in the menu bar. ## See containers created by extensions diff --git a/desktop/mac/apple-silicon.md b/desktop/mac/apple-silicon.md index b3ba5d81a6..1e6cad29de 100644 --- a/desktop/mac/apple-silicon.md +++ b/desktop/mac/apple-silicon.md @@ -18,8 +18,6 @@ Download Docker Desktop for Mac on Apple silicon: > > [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn } -
- ### System requirements Beginning with Docker Desktop 4.3.0, we have removed the hard requirement to install **Rosetta 2**. There are a few optional command line tools that still require Rosetta 2 when using Darwin/AMD64. See the Known issues section below. However, to get the best experience, we recommend that you install Rosetta 2. To install Rosetta 2 manually from the command line, run the following command: diff --git a/desktop/mac/troubleshoot.md b/desktop/mac/troubleshoot.md index 7a639ce91b..b3761b83ca 100644 --- a/desktop/mac/troubleshoot.md +++ b/desktop/mac/troubleshoot.md @@ -335,7 +335,7 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](../inst - Magento - Zend Framework - PHP applications that use [Composer](https://getcomposer.org) to install - dependencies in a ```vendor``` folder

+ dependencies in a `vendor` folder As a workaround for this behavior, you can put vendor or third-party library directories in Docker volumes, perform temporary file system operations @@ -343,4 +343,3 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](../inst synchronize between container directories and bind-mounted directories. We are actively working on performance improvements using a number of different techniques. To learn more, see the [topic on our roadmap](https://github.com/docker/roadmap/issues/7){: target="_blank" rel="noopener" class="_" }. - diff --git a/docker-hub/access-tokens.md b/docker-hub/access-tokens.md index 6f7e678bda..3877c74463 100644 --- a/docker-hub/access-tokens.md +++ b/docker-hub/access-tokens.md @@ -39,8 +39,6 @@ The following video walks you through the process of managing access tokens. -
- To create your access token: 1. Log in to [hub.docker.com](https://hub.docker.com){: target="_blank" rel="noopener" class="_"}. diff --git a/docker-hub/audit-log.md b/docker-hub/audit-log.md index 3cef95ac33..bcc19622dd 100644 --- a/docker-hub/audit-log.md +++ b/docker-hub/audit-log.md @@ -35,14 +35,10 @@ By default, all activities that occur at organization and repository levels are ![Activities list](images/activity-list.png){:width="600px"} -
- > **Note** > > Activities created by the Docker Support team as part of resolving customer issues appear in the audit log as **dockersupport**. -
- Click the **All Activities** drop-down list to view activities that are specific to an organization or a repository. After choosing **Organization** or **Repository**, you can further refine the results using the **All Actions** drop-down list. If you select the **Activities** tab from the **Repository** view, you can only filter repository-level activities. ![Refine org activities](images/org-all-actions.png){:width="600px"} diff --git a/docker-hub/image-access-management.md b/docker-hub/image-access-management.md index 2243887419..9dfca516fd 100644 --- a/docker-hub/image-access-management.md +++ b/docker-hub/image-access-management.md @@ -14,8 +14,6 @@ The following video walks you through the process of configuring Image Access Ma -
- ### Detailed instructions To configure Image Access Management permissions, perform the following steps: diff --git a/language/golang/build-images.md b/language/golang/build-images.md index 10768ccbd1..cddbc85caa 100644 --- a/language/golang/build-images.md +++ b/language/golang/build-images.md @@ -504,5 +504,3 @@ Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Golang%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/golang/configure-ci-cd.md b/language/golang/configure-ci-cd.md index 7608b26709..14ae598483 100644 --- a/language/golang/configure-ci-cd.md +++ b/language/golang/configure-ci-cd.md @@ -347,5 +347,3 @@ In the next module, we’ll look into some options for doing so: ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs ](https://github.com/docker/docker.github.io/issues/new?title=[Golang%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/golang/deploy.md b/language/golang/deploy.md index 1e4f2e17e2..37a3510a37 100644 --- a/language/golang/deploy.md +++ b/language/golang/deploy.md @@ -11,5 +11,3 @@ description: Learn how to deploy your application ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs ](https://github.com/docker/docker.github.io/issues/new?title=[Golang%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/golang/develop.md b/language/golang/develop.md index b57b15387d..152df805af 100644 --- a/language/golang/develop.md +++ b/language/golang/develop.md @@ -745,5 +745,3 @@ In the next module, we’ll take a look at one possible approach to running func ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Golang%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/golang/index.md b/language/golang/index.md index c8fb0ada03..f2b8c0ad40 100644 --- a/language/golang/index.md +++ b/language/golang/index.md @@ -29,5 +29,3 @@ You can containerize your own Go application using the examples and resources pr Let's get started! [Build your Go image](build-images.md){: .button .outline-btn} - -
diff --git a/language/golang/run-containers.md b/language/golang/run-containers.md index 0075779959..64ade7607e 100644 --- a/language/golang/run-containers.md +++ b/language/golang/run-containers.md @@ -203,5 +203,3 @@ In this module, we learned how to run containers and publish ports. We also lear ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs ](https://github.com/docker/docker.github.io/issues/new?title=[Golang %20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/golang/run-tests.md b/language/golang/run-tests.md index 6925ebc024..efeb81f72b 100644 --- a/language/golang/run-tests.md +++ b/language/golang/run-tests.md @@ -107,5 +107,3 @@ In the next module, we’ll take a look at how to set up a CI/CD pipeline using ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Golang%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/index.md b/language/index.md index 1e6c6ddf0b..5079a39d19 100644 --- a/language/index.md +++ b/language/index.md @@ -38,5 +38,3 @@ Learn how to set up your Docker environment and start containerizing your applic - -
diff --git a/language/java/build-images.md b/language/java/build-images.md index d65e7ce3c0..2596db92e1 100644 --- a/language/java/build-images.md +++ b/language/java/build-images.md @@ -248,5 +248,3 @@ In this module, we took a look at setting up our example Java application that w ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Java%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/java/configure-ci-cd.md b/language/java/configure-ci-cd.md index 2871db67e6..52626dcb77 100644 --- a/language/java/configure-ci-cd.md +++ b/language/java/configure-ci-cd.md @@ -301,5 +301,3 @@ You can also consider deploying your application. For detailed instructions, see ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Java%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/java/deploy.md b/language/java/deploy.md index 57f421e9b2..c910980c40 100644 --- a/language/java/deploy.md +++ b/language/java/deploy.md @@ -11,5 +11,3 @@ description: Learn how to deploy your application ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Java%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/java/index.md b/language/java/index.md index 51e4e5a556..f08dbb83e3 100644 --- a/language/java/index.md +++ b/language/java/index.md @@ -21,5 +21,3 @@ After completing the Java getting started modules, you should be able to contain Let’s get started! [Build your first Java image](build-images.md){: .button .primary-btn} - -
diff --git a/language/java/run-containers.md b/language/java/run-containers.md index baf210f8f7..c746aaf57c 100644 --- a/language/java/run-containers.md +++ b/language/java/run-containers.md @@ -181,5 +181,3 @@ In the next module, we’ll learn how to run a database in a container and conne ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Java%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/java/run-tests.md b/language/java/run-tests.md index 5faf741ac5..c14b970106 100644 --- a/language/java/run-tests.md +++ b/language/java/run-tests.md @@ -216,5 +216,3 @@ In the next module, we’ll take a look at how to set up a CI/CD pipeline using ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Java%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/build-images.md b/language/nodejs/build-images.md index 893302d451..6fbd32f4a9 100644 --- a/language/nodejs/build-images.md +++ b/language/nodejs/build-images.md @@ -276,5 +276,3 @@ In this module, we took a look at setting up our example Node application that w ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/configure-ci-cd.md b/language/nodejs/configure-ci-cd.md index a1686a65bd..9e257db7a1 100644 --- a/language/nodejs/configure-ci-cd.md +++ b/language/nodejs/configure-ci-cd.md @@ -243,5 +243,3 @@ You can also consider deploying your application. For detailed instructions, see ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs ](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/deploy.md b/language/nodejs/deploy.md index c04ea5623f..b4a923be34 100644 --- a/language/nodejs/deploy.md +++ b/language/nodejs/deploy.md @@ -11,5 +11,3 @@ description: Learn how to deploy your application ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/develop.md b/language/nodejs/develop.md index 7e5e975bb1..a0b4be5f49 100644 --- a/language/nodejs/develop.md +++ b/language/nodejs/develop.md @@ -227,5 +227,3 @@ In the next module, we’ll take a look at how to run unit tests in Docker. See: ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/index.md b/language/nodejs/index.md index d775e48763..5348d22aaf 100644 --- a/language/nodejs/index.md +++ b/language/nodejs/index.md @@ -20,5 +20,3 @@ After completing the Node.js getting started modules, you should be able to cont Let's get started! [Build your Node.js image](build-images.md){: .button .primary-btn} - -
diff --git a/language/nodejs/run-containers.md b/language/nodejs/run-containers.md index c61529050a..af671052f7 100644 --- a/language/nodejs/run-containers.md +++ b/language/nodejs/run-containers.md @@ -198,5 +198,3 @@ In this module, we took a look at running containers, publishing ports, and runn ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/nodejs/run-tests.md b/language/nodejs/run-tests.md index d5b5122b45..1844178ae5 100644 --- a/language/nodejs/run-tests.md +++ b/language/nodejs/run-tests.md @@ -292,5 +292,3 @@ In the next module, we’ll take a look at how to set up a CI/CD pipeline using ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Node.js%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/python/build-images.md b/language/python/build-images.md index 85180aeaed..5638f400e1 100644 --- a/language/python/build-images.md +++ b/language/python/build-images.md @@ -239,5 +239,3 @@ In this module, we took a look at setting up our example Python application that ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/python/configure-ci-cd.md b/language/python/configure-ci-cd.md index 98ee61a5cd..56ad7421c3 100644 --- a/language/python/configure-ci-cd.md +++ b/language/python/configure-ci-cd.md @@ -243,5 +243,3 @@ You can also consider deploying your application. For detailed instructions, see ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/python/deploy.md b/language/python/deploy.md index 7955311ab7..09704150cd 100644 --- a/language/python/deploy.md +++ b/language/python/deploy.md @@ -11,5 +11,3 @@ description: Learn how to deploy your application ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -
diff --git a/language/python/index.md b/language/python/index.md index 48dab19276..f5ed4b2a54 100644 --- a/language/python/index.md +++ b/language/python/index.md @@ -22,5 +22,3 @@ After completing the Python getting started modules, you should be able to conta Let's get started! [Build your first Python image](build-images.md){: .button .primary-btn} - -
diff --git a/language/python/run-containers.md b/language/python/run-containers.md index 2a0bcdcf81..1388ec35b2 100644 --- a/language/python/run-containers.md +++ b/language/python/run-containers.md @@ -185,5 +185,3 @@ In this module, we took a look at running containers, publishing ports, and runn ## Feedback Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates. - -