Versions Compared

Key

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

...

Code Block
languagebash
./ci --start

#The above command will run ci with centos:7 as it's base container.

./ci --start="ubuntu"

#This will run ci with container as "ubuntu", all docker hub images are compatible with ci.

./ci --start="opensuse/leap:15" --build#Thebuild

#The above command will force the container to rebuild all dependencies.

...