#Code
Code for the week
##Getting started
- Install Docker for windows
- Upon installation verify that you can run the following:
docker pull alpine
docker run --rm alpine ls
The result of running the above command should give you a directory listing of a typical alpine root file system.