Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.41 KB

File metadata and controls

30 lines (19 loc) · 1.41 KB

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 internship-bitbucket@yipl.com.np 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