This is demo courseware, showing the site content build examples.
docker build -t redhat-scholars/demo-course .
Running the site
docker run -it --rm -p 8080:80 redhat-scholars/demo-course
Open the generated site at http://localhost:8080
Note
|
The following command is still a WIP |