Skip to content

Files

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 282 Bytes

Welcome to Docker

This is a repo for new users getting started with Docker.

You can try a Dockerized version of this using the following command.

docker run -d -p 8088:80 --name welcome-to-docker docker/welcome-to-docker

And open http://localhost:8088 in your browser.