Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ docker run -v `pwd`:/ws bigtop/slaves:ubuntu-14.04 bash -l -c 'cd /ws ; gradle bigtop-jsvc-rpmpkg' 

which will download the image, create an instance of the container and run the build.

...