Skip to content

kubetoolsca/krs-docs

Repository files navigation

Netlify Status

Krs Official Documentation

This is an official website for Krs

Prerequisite

  • Docker Desktop or Engine installed on your system

Running a container locally

Clone the repo and run the following command

docker compose up -d --build

Verify that the service is working.

Open your web browser and type http://localhost:1313 in your navigation bar,

Cleanup

docker-compose down