Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Dockerfile #255

Merged
merged 3 commits into from
Apr 3, 2016
Merged

Create Dockerfile #255

merged 3 commits into from
Apr 3, 2016

Commits on Apr 2, 2016

  1. Create Dockerfile

    It's a file that will allow lib to run outside of its happy native debian environment, for example, on arch, or in fact... anywhere.  That should actually do it, that single line.  I can make it more complicated if need be, but I think that will work..... wait wait wait, have to do something about the path relativity, so..... I had it clone the repository anyway instead of just using the files that Docker will automatically copy over.  May want to put this in igorpekovnik/docker to maximum cleanliness, but the idea here is that the docker image will be updated each time your repo is.  It should be usable like this:  docker run igorpekovnik/lib ./compile.sh
    Jacob Gadikian committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    715d68f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Merge pull request #1 from igorpecovnik/master

    rebasing
    Jacob Gadikian committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    8567aec View commit details
    Browse the repository at this point in the history
  2. Made the dockerfile actually work.

    Build:
    docker build --name lib .
    
    Invocation:
    docker run lib --privileged -it -P
    faddat committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    e590f2f View commit details
    Browse the repository at this point in the history