Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker/for-mac
Bug reports for Docker Desktop for Mac
https://github.com/docker/for-mac
Last synced: about 1 month ago
JSON representation
Bug reports for Docker Desktop for Mac
- Host: GitHub
- URL: https://github.com/docker/for-mac
- Owner: docker
- Created: 2016-07-28T15:14:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T07:45:56.000Z (9 months ago)
- Last Synced: 2024-09-29T10:21:03.327Z (about 1 month ago)
- Homepage: https://www.docker.com/products/docker#/mac
- Size: 58.6 KB
- Stars: 2,432
- Watchers: 211
- Forks: 118
- Open Issues: 621
-
Metadata Files:
- Readme: README.md
- Security: security.md
Awesome Lists containing this project
README
# Docker Desktop for Mac
## Getting Docker Desktop for Mac
Docker Desktop for Mac is free to [download](https://store.docker.com/editions/community/docker-ce-desktop-mac).
## Documentation
If you don't understand something about Docker Desktop for Mac, the [extensive
documentation](https://docs.docker.com/docker-for-mac/) is a great place
to look for answers.## Support
Support for Docker Desktop is available to Docker customers on a Pro or Team plan
by completing the [Desktop support form](https://hub.docker.com/support/desktop/).Bugs with the Docker Desktop for Mac software can be filed as issues in this
([docker/for-mac](https://github.com/docker/for-mac)) repository, which we respond to
on a best-effort basis. Support requests in this repository (i.e., trouble installing
or using the software) will be ignored, but community support is available from the
[Docker community Slack](https://www.docker.com/docker-community).## This Repository
This repository contains an issue tracker for Docker Desktop for Mac -- an
integrated Docker experience on OS X or macOS. If you find a problem
with the software, first [browse the existing
issues](https://github.com/docker/for-mac/issues) or search from the bar
at the top (`s` to focus) and then, if you don't find your issue, [open
a new issue](https://github.com/docker/for-mac/issues/new).## Component Projects
Docker Desktop for Mac uses many open source components. A full list of
components and licenses is available inside of Docker Desktop from `About Docker Desktop
-> Acknowledgements` in the :whale: menu.Some notable components include:
* [HyperKit](https://github.com/docker/hyperkit/), a toolkit for
embedding hypervisor capabilities in your application
* [DataKit](https://github.com/docker/datakit/), a tool to orchestrate
applications using a 9P dataflow
* [VPNKit](https://github.com/docker/vpnkit), a set of tools and
services for helping HyperKit VMs interoperate with host VPN
configurations