Docker Desktop is a native application that delivers all of the Docker tools to your Mac or Windows Computer.
docker run -dp 80:80 docker/getting-started
Play with Docker is an interactive playground that allows you to run Docker commands on a linux terminal, no downloads required.
docker run -dp 80:80 docker/getting-started:pwd