Skip to content

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 itexport 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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages