apply suggestion from PR and edit readme

This commit is contained in:
LH
2021-08-18 14:45:05 +02:00
parent b53e086888
commit 8f973b1361
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@ In order to execute code submissions using Docker, source code files are written
## Additional Note
- As the underlying rails server uses port 3000 as the default seeting, you can use [authbind] (https://www.mwells.org/coding/2016/authbind-port-80-443/) to bind it to the regular 80/443 port.
- If you want to change the default port of the underlying rails server, you can use [authbind] (https://www.mwells.org/coding/2016/authbind-port-80-443/) to bind it to the regular 80/443 port.

View File

@ -165,7 +165,7 @@ sudo apt update && sudo apt install docker-ce docker-ce-cli containerd.io
- Execute: `sudo usermod -aG docker ${USER}`
- Logout and login again
- Check the docker installation with `docker run hello-world` (without root privileges)
- Get the lateste version of the execution environment you want to use with `docker pull`
- Get the latest version of the execution environment you want to use with `docker pull`
### RVM and Ruby