Skip to content

This is a simple bash script that can pull down an image, start the container then pass commands either to the app or a makefile

Notifications You must be signed in to change notification settings

byteford/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner

This is a simple bash script that can pull down an image, start the container then pass commands either to the app or a makefile

Installation

To install the Runner you need to download the runner file and add it to your PATH or save it in your projects location

  #From the location you downloaded it
  export PATH=$(pwd):$PATH

Usage/Examples

runner.sh start --language go --version 1.17.0
runner.sh run
runner.sh stop
runner.sh start -l ansible -v 8.6.1 -m ~/.ssh:/root/.ssh;

Contributing

  • To build the images run make build.

About

This is a simple bash script that can pull down an image, start the container then pass commands either to the app or a makefile

Resources

Stars

Watchers

Forks

Releases

No releases published