Skip to content

Commit

Permalink
Merge pull request #61 from cahoonpwork/master
Browse files Browse the repository at this point in the history
image name replacement
  • Loading branch information
jmccormick2001 authored Aug 9, 2018
2 parents 19ba5a2 + 4080eaf commit 407dbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,13 @@ variable which indicates which version of the container you will pull down and
execute, for example:

....
$> export CCP_IMAGE_TAG=centos7-10.4-2.1.0
$> export CCP_IMAGE_TAG=centos7-10.5-2.1.0
$> ./run.sh
....

Or,

....
$> CCP_IMAGE_TAG=centos7-10.4-2.1.0 ./run.sh
$> CCP_IMAGE_TAG=centos7-10.5-2.1.0 ./run.sh
....

0 comments on commit 407dbd2

Please sign in to comment.