Skip to content

drunner/09-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drunner-helloworld

Simple example of a docker container that supports dRunner.

Example usage

drunner install drunner/helloworld
helloworld run

Usage details

drunner install drunner/helloworld [SERVICENAME]

on the host calls the install script in the container. It adds the scripts for the other commands to the host (in our case just help and run). SERVICENAME defaults to helloworld.

You can then use

    SERVICENAME run

to execute the 'run' script, which launches the container and runs helloworld.

Releases

No releases published

Packages

No packages published