Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dockerfile Instructions

This Docker container can be used to run all of the exercises included in the hackaday-u course.

  • Install Docker

  • Build the container:

    • build . -t hackaday-u
  • Run the container:

    • docker run --rm -it hackaday-u /bin/bash