Skip to content

Latest commit

 

History

History
 
 

docker-me

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker me

If this is the first time you have heard of 'Docker', you should be excited! You get to learn something new! Take your time to explore and learn, and show us what you can do.

What you need to do

  • If you haven’t already done so, take a git class in codeschool.
  • Once complete, create a private repo called “yipl-docker-me” in bitbucket
  • Solve the problem detailed below
  • Push your code to the repo (make sure that you have multiple commits with proper messages)
  • Invite [email protected] to that particular private repo
  • Submit your application

Problem

Create a Dockerfile which can automate the following tasks:

When the docker is run, the html file should be accessible from the browser at http://localhost:9000/site/index.html

  • Write the docker run command with the port mentioned in readme.md