Sign inSign up

bobbyburden/kit

By bobbyburden

Updated almost 8 years ago

Kit language docker image

Image
0

210

bobbyburden/kit repository overview

docker-kit

Docker container for quickly getting up and running with Kit

Usage

Create a docker-compose.yml like this in your project:

version: '3'
services:
  kit:
    image: 'bobbyburden/kit'
    volumes:
      - .:/code

Then create a Makefile like this:

run:
	kitc hello --run

The Docker container will run make when it starts. You can also refer to the samples in this repository.

Tag summary

Content type

Image

Digest

Size

561.5 MB

Last updated

almost 8 years ago

docker pull bobbyburden/kit