Skip to content

Docker image for new users getting started with Docker. An example project for new Docker users who want to learn about Docker.

Notifications You must be signed in to change notification settings

oleg8r/welcome-to-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Docker

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.

Building

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.

About

Docker image for new users getting started with Docker. An example project for new Docker users who want to learn about Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • CSS 11.1%
  • HTML 6.6%
  • Dockerfile 6.4%