Skip to content

dialvare/showroom-ai-lifecycle-edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab instructions

In order to build the lab instructions on your local machine, you can use a specially built container with Podman or Docker as follows:

First, clone this Git repository and cd into it. Then, run the following command:

podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t ghcr.io/juliaaano/antora-viewer

Note: If using a rootless podman replace -v $PWD:/antora with -v $PWD:/antora:z

The content is built using Antora, a static site generator for creating documentation sites from AsciiDoc documents.

Once the pod starts, you will be able to access the instructions at this URL:

http://127.0.0.1:8080

Releases

No releases published

Packages

 
 
 

Contributors