openshift-evangelists / workshopper

Workshop content rendering tool
63 stars 42 forks source link

Variables are not replaced #61

Closed marekjelen closed 6 years ago

marekjelen commented 6 years ago

1) Run the following

docker run -it --rm -p 8080:8080 -v $(pwd):/app-data -e WORKSHOPS_URLS="https://raw.githubusercontent.com/openshift-labs/cloud-native-guides/ocp-3.9/_cloud-native-roadshow.yml" -e LOG_TO_STDOUT=true quay.io/osevg/workshopper:latest

2) Go to http://localhost:8080 and search for "oc login"

3) Stop docker. Run the following

docker run -it --rm -p 8080:8080 -v $(pwd):/app-data -e WORKSHOPS_URLS="https://raw.githubusercontent.com/openshift-labs/cloud-native-guides/ocp-3.9/_cloud-native-roadshow.yml" -e LOG_TO_STDOUT=true quay.io/osevg/workshopper:edge

4) Go to http://localhost:8080 and search for "oc login"

Compare what you see at (2) with (4).

marekjelen commented 6 years ago

Closed by d69b515