Step 2
|
Clone the SimpleRisk Docker Repository: |
git clone https://github.com/simplerisk/docker.git simplerisk-docker |
|
|
Change to the Docker directory: |
cd simplerisk-docker/simplerisk |
|
|
Build the SimpleRisk Docker Image: |
docker build -t simplerisk/simplerisk -f bionic/Dockerfile . |
|
|
Start the Docker Container: |
docker run --name simplerisk -d -p 80:80 -p 443:443 simplerisk/simplerisk |