Skip to content

codescout/codescout-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codescout-env

Docker-based environment for CodeScout

Requirements

  • Vagrant
  • Docker

Installation

Make sure you have latest Vagrant installed. Clone repository and start VM:

vagrant up

After VM is created an provisioned make sure to reload the box:

vagrant reload

Usage

Connect to the VM via SSH and change directory:

vagrant ssh
cd /codescout

Use the following commands to build and test docker image:

make build       - Fast image build (using cache)
make build_clean - Build image without cache and remove intermediate containers
make test        - Start a new shell session from built image
make tag         - Tag a new image for release
make release     - Push image to docker index
make clean       - Remove image and all containers

License

MIT License

Copyright (c) 2014 Doejo LLC

About

Docker image for Code Scout runner environment

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages