# Quick Start / Official Entry

Project: sickcodes/Docker-OSX

## Official Install Entry

### Docker - Official install entry

```bash
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" -e SHORTNAME=catalina sickcodes/docker-osx:latest # docker build -t docker-osx
```

Source: https://github.com/sickcodes/Docker-OSX#readme

## Sources

- repo: https://github.com/sickcodes/Docker-OSX
- docs: https://github.com/sickcodes/Docker-OSX#readme
