This is a repo for new users getting started with Docker.
You can try it out 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.
Maintainers should see MAINTAINERS.md.
Build and run:
docker build -t welcome-to-docker .
docker run -d -p 8088:3000 --name welcome-to-docker welcome-to-docker
Open http://localhost:8088
in your browser.