Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 10deba79 authored by BADTS Thomas's avatar BADTS Thomas
Browse files

Typo fix

parent 64352aa5
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ Notice that the experiment artifacts contain a ``.e2c_env`` file:
This defines environment variables that will be passed to the ``e2clab`` CLI.
As you can see in the documentation (:ref:`e2clab-cli`), we can define environment varibales for the ``SCENARIO_DIR`` and ``ARTIFACTS_DIR`` arguments as well as other CLI arguments and options.
In this example we define ``E2C_SCENARIO_DIR`` and ``E2C_ARTIFACTS_DIR`` as well as wether we want the debug logs. This way we do not have to indicate the ``SCENARIO_DIR`` and ``ARTIFACTS_DIR`` arguments every time that we want to launch a command.
In this example we define ``E2C_SCENARIO_DIR`` and ``E2C_ARTIFACTS_DIR`` as well as whether we want the debug logs. This way we do not have to indicate the ``SCENARIO_DIR`` and ``ARTIFACTS_DIR`` arguments every time that we want to launch a command.
Payload
~~~~~~~
......
......@@ -331,7 +331,7 @@ class Service:
Defaults to None.
bind_var_docker: If set the default docker
state directory. Defaults to '/tmp/docker'.
swarm: Wether a docker swarm will be created to cover
swarm: Whether a docker swarm will be created to cover
the agents. Defaults to False.
credentials: Optional 'login' and 'password' for Docker hub.
Useful to access private images, or to bypass Docker hub rate-limiting:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment