Docker container for quickly getting up and running with Kit
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.
Content type
Image
Digest
Size
561.5 MB
Last updated
almost 8 years ago
docker pull bobbyburden/kit