-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ENGDOCS-2515b #22378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENGDOCS-2515b #22378
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
container's configuration, for example labels and environment-variables, as a local image. Be aware that environment variables may contain sensitive | ||
information such as passwords or proxy-authentication, so care should be taken | ||
when pushing the resulting image to a registry. | ||
Committing a container stores the container filesystem changes and some container configurations, such as labels and environment variables, as a local image. Be aware that environment variables may contain sensitive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Committing a container stores the container filesystem changes and some container configurations, such as labels and environment variables, as a local image. Be aware that environment variables may contain sensitive | |
Committing a container stores filesystem changes and some container configurations, such as labels and environment variables, as a local image. Be aware that environment variables may contain sensitive |
just a little nit for redundancy
> [!TIP] | ||
> | ||
> [Set the repository visibility to private](](/manuals/docker-hub/repos/_index.md) if your image includes sensitive content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> [!TIP] | |
> | |
> [Set the repository visibility to private](](/manuals/docker-hub/repos/_index.md) if your image includes sensitive content. | |
> [!TIP] | |
> | |
> [Set the repository visibility to private](/manuals/docker-hub/repos/_index.md) if your image includes sensitive content. |
1. Load your images. | ||
|
||
If you backed up your images to a local tar file, use [`docker image load -i images.tar`](/reference/cli/docker/image/load.md) | ||
to restore previously saved images. | ||
- If you pushed to Docker Hub: | ||
|
||
```console | ||
$ docker pull <my-backup-image> | ||
``` | ||
|
||
- If you saved a `.tar` file: | ||
|
||
```console | ||
$ docker image load -i images.tar | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing to change here, just such a good improvement! much more straightforward
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
By default, all notifications are turned on. You'll always receive error notifications and notifications about new Docker Desktop releases and updates. | ||
By default, all general notifications are turned on. You'll always receive error notifications and notifications about new Docker Desktop releases and updates. | ||
|
||
You can also [configure notification settings for Docker Scout-related issues](/manuals/scout/explore/dashboard.md#notification-settings). | ||
|
||
Notifications momentarily appear in the lower-right of the Docker Desktop Dashboard and then move to the **Notifications** drawer. To open the **Notifications** drawer, select {{< inline-image src="../images/notifications.svg" alt="notifications" >}}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in dark mode this icon is almost invisible. not sure if there is a grey image of this that would work for both light and dark modes. or if there are light and dark images
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have actually removed now. Everyone know what a notification icon is. the .svg was overkill
|
||
- **Enable privileged port mapping (Requires password)**. Starts the privileged helper process which binds the ports that are between 1 and 1024. For more information, see [permission requirements for macOS](/manuals/desktop/setup/install/mac-permission-requirements.md#binding-privileged-ports). | ||
- **Allow privileged port mapping (Requires password)**. Starts the privileged helper process which binds the ports that are between 1 and 1024. For more information, see [permission requirements for macOS](/manuals/desktop/setup/install/mac-permission-requirements.md#binding-privileged-ports). | ||
|
||
For more information on each configuration and use case, see [Permission requirements](/manuals/desktop/setup/install/mac-permission-requirements.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this meant to be a part of the last bullet, or a line of it's own outside the list? it is hard to tell
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments! love the freshness updates, the uninstall guide is awesome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Description
Freshness to uninstall, feedback, settings, back-up pages
Related issues or tickets
Reviews