GithubHelp home page GithubHelp logo

dockerfiles's Introduction

dockerfiles

A collection of dockerfiles to create containers

Docker is an open source project to pack, ship and run any application as a lightweight container. These dockerfiles build containers that can be run almost anywhere with isolation and repeatability guarentees.

docker

If you're convinced to use docker already, and you are using Mac OSX, you can simply install using the install_docker.sh script. This will install docker (and all dependencies) into your ~/src/docker folder and then bring up the VM. You can clone this repo and run the install_docker.sh script:

$ git clone https://github.com/Ensequence/dockerfiles.git && cd dockerfiles
$ ./install_docker.sh

Alternatively, you can cURL and install right away:

$ curl https://raw.github.com/Ensequence/dockerfiles/master/install_docker.sh -s | bash

Then, you can connect to that VM via:

$ cd ~/src/docker
$ vagrant ssh

From there, you can install images (docker pull) or run images / containers (docker run)...

Images

gitlab-ci-runner

Gitlab CI is an awesome project for continuous integration. We use it to automatically buid software as it's modified through the lifetime of the project. One benefit of Gitlab CI is it doesn't run the builds on the CI server itself. It allows you to register runners on other machines. All of our developer machines then can register as runners to run builds.

Documentation to download and install this image can be found here.

dockerfiles's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles's Issues

Cannot add runner to project after registering

Hi there,

The installation instructions are perfect, but I'm getting stuck after the runner install step.

The runner is registered properly, and shows up in the coordinator as available. However, assigning it to a project either individually or using Assign to All fails.

I installed a runner outside of docker on the same machine, and I was able to assign and run it without issues.

Could you help me troubleshoot where the issue is with the docker version?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.