Add note on disallowed character for command

This commit is contained in:
Sebastian Serth
2022-11-02 14:12:59 +01:00
parent 26433aa2ff
commit 064494c161
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ en:
execution_environments:
form:
hints:
command: <em>filename</em> is automatically replaced with the correct filename.
command: "<em>filename</em> is automatically replaced with the correct filename. The following character is disallowed: ' (single quote)"
docker_image: Pick a Docker image listed above or add a new one which is available via <a href="https://hub.docker.com/" target="_blank" rel="noopener">DockerHub</a>.
exposed_ports_list: During code execution these ports are accessible for the user. Port numbers must be numeric and separated by a comma.
cpu_limit: Specify the minimum amount of CPU shares to reserve for each runner, measured in MHz.