Skip to content

eselvam/open-shift-examples-web

 
 

Repository files navigation

Development

Git Submodules

Create a new submodule

cd content/kubevirt/
git submodule add https://github.com/openshift-examples/kubevirt-ansible ansible

Builder image

podman build \
  -t mkdocs:builder \
  --no-cache \
  -f builder.Containerfile .

Run it

podman run -ti --user 0 --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 mkdocs:builder

Stargazers over time

Stargazers over time

About

🚀 Content of examples.openshift.pub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.8%
  • HTML 17.1%
  • Smarty 12.4%
  • Dockerfile 3.3%
  • CSS 2.5%
  • Ruby 1.9%
  • Python 1.0%