mirror of https://github.com/docker/docs.git
Add GDPR related policy regarding how we handle cleaning diagnostics.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
f490bd1752
commit
525f951641
|
@ -154,6 +154,22 @@ response.
|
||||||
If you do not want auto-send of usage data, use the Stable channel. For more
|
If you do not want auto-send of usage data, use the Stable channel. For more
|
||||||
information, see [Stable and Edge channels](#stable-and-edge-channels) ("What is the difference between the Stable and Edge versions of Docker for Mac?").
|
information, see [Stable and Edge channels](#stable-and-edge-channels) ("What is the difference between the Stable and Edge versions of Docker for Mac?").
|
||||||
|
|
||||||
|
### How is personal data handled in Docker Desktop?
|
||||||
|
|
||||||
|
When uploading diagnostics to help Docker with investigating issues, the
|
||||||
|
uploaded diagnostics bundle may contain personal data such as usernames and IP
|
||||||
|
addresses. The diagnostics bundles are only accessible to Docker Inc. employees
|
||||||
|
who are directly involved in diagnosing Docker Desktop issues. By default Docker
|
||||||
|
Inc. will delete uploaded diagnostics bundles after 30 days unless they are
|
||||||
|
referenced in an open issue on the
|
||||||
|
[docker/for-mac](https://github.com/docker/for-mac/issues) or
|
||||||
|
[docker/for-win](https://github.com/docker/for-win/issues) issue trackers. If an
|
||||||
|
issue is closed, Docker Inc. will remove the referenced diagnostics bundles
|
||||||
|
within 30 days. You may also request the removal of a diagnostics bundle by
|
||||||
|
either specifying the diagnostics ID or via your GitHub ID (if the diagnostics
|
||||||
|
ID is mentioned in a GitHub issue). Docker Inc. will only use the data in the
|
||||||
|
diagnostics bundle to investigate specific user issues, but may derive high
|
||||||
|
level (non personal) metrics such as the rate of issues from it.
|
||||||
|
|
||||||
## How can I...?
|
## How can I...?
|
||||||
### Can I use Docker for Mac with swarm mode?
|
### Can I use Docker for Mac with swarm mode?
|
||||||
|
|
|
@ -102,6 +102,23 @@ response.
|
||||||
If you do not want auto-send of usage data, use the Stable channel. For more
|
If you do not want auto-send of usage data, use the Stable channel. For more
|
||||||
information, see [Stable and Edge channels](#questions-about-stable-and-edge-channels) ("What is the difference between the Stable and Edge versions of Docker for Windows?").
|
information, see [Stable and Edge channels](#questions-about-stable-and-edge-channels) ("What is the difference between the Stable and Edge versions of Docker for Windows?").
|
||||||
|
|
||||||
|
### How is personal data handled in Docker Desktop?
|
||||||
|
|
||||||
|
When uploading diagnostics to help Docker with investigating issues, the
|
||||||
|
uploaded diagnostics bundle may contain personal data such as usernames and IP
|
||||||
|
addresses. The diagnostics bundles are only accessible to Docker Inc. employees
|
||||||
|
who are directly involved in diagnosing Docker Desktop issues. By default Docker
|
||||||
|
Inc. will delete uploaded diagnostics bundles after 30 days unless they are
|
||||||
|
referenced in an open issue on the
|
||||||
|
[docker/for-mac](https://github.com/docker/for-mac/issues) or
|
||||||
|
[docker/for-win](https://github.com/docker/for-win/issues) issue trackers. If an
|
||||||
|
issue is closed, Docker Inc. will remove the referenced diagnostics bundles
|
||||||
|
within 30 days. You may also request the removal of a diagnostics bundle by
|
||||||
|
either specifying the diagnostics ID or via your GitHub ID (if the diagnostics
|
||||||
|
ID is mentioned in a GitHub issue). Docker Inc. will only use the data in the
|
||||||
|
diagnostics bundle to investigate specific user issues, but may derive high
|
||||||
|
level (non personal) metrics such as the rate of issues from it.
|
||||||
|
|
||||||
### Can I use Docker for Windows with new swarm mode?
|
### Can I use Docker for Windows with new swarm mode?
|
||||||
|
|
||||||
Yes! You can use Docker for Windows to test single-node features of
|
Yes! You can use Docker for Windows to test single-node features of
|
||||||
|
|
Loading…
Reference in New Issue