che-server/dockerfiles/action
Florent BENOIT 940b0bc7bd [dockerfiles] Fix scripts to be compliant with sh (and not only bash) (#3397) 2016-12-15 03:21:12 -07:00
..
Dockerfile set nightly versions for M9-SN iteration (#3315) 2016-12-07 20:11:16 +02:00
README.md Move eclipse/che-dockerfiles che-* images to this repository in /dockerfiles folder 2016-12-01 06:10:34 -07:00
build.sh [dockerfiles] Fix scripts to be compliant with sh (and not only bash) (#3397) 2016-12-15 03:21:12 -07:00

README.md

Performing actions on a local or remote Eclipse Che instance with a Docker container

Build container

$ build.sh  (on Unix)

Run container

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-action <name-of-action>

Get available actions

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-action

Get help on a test

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-action <name-of-action> --help