Skip to main content

Install SimpleRisk

Select your desired installation method from the options below:



        

Option 3: SimpleRisk Docker Installation


DockerHub Image

1) Download the SimpleRisk image from DockerHub:

docker pull simplerisk/simplerisk

2) Start the Docker Container:

docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk

3) Test Your SimpleRisk Instance:

https://localhost/

Compiled Docker Image

1) Clone the SimpleRisk Docker Repository:

git clone https://github.com/simplerisk/docker.git simplerisk-docker

2) Change to the Docker directory:

cd simplerisk-docker/simplerisk

3) Build the SimpleRisk Docker Image:

docker build -t simplerisk/simplerisk -f noble/Dockerfile .

4) Start the Docker Container:

docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk

5) Test Your SimpleRisk Instance:

https://localhost/

KEEP UP WITH THE LATEST
PRODUCT ANNOUNCEMENTS
AND BLOG POSTS

FOLLOW US

CONTACT US