We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b240bd commit 2daf641Copy full SHA for 2daf641
docker/README.md
@@ -3,7 +3,7 @@ riprunner is a docker image that include the Docker-Lamp baseimage (Ubuntu 24.04
3
1. With Ubuntu **24.04** image on the `latest-2404`, riprunner is ready to test the Rip Runner communication suite.
4
5
# To build a new docker image
6
-sudo docker build -t=softcoder/riprunner:latest -f ./docker/2204/Dockerfile .
+sudo docker build -t=softcoder/riprunner:latest -f ./docker/2404/Dockerfile .
7
8
# To run the docker image (set environment variables to match your values)
9
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql softcoder/riprunner:latest
0 commit comments