GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
sudo docker run --name resprog -v$PWD:/home --rm-it--privileged registry.app.unistra.fr/jr.luttringer/tofinolab2/p4-utils
```
Or, after cloning `p4learning` and `cd` into its repository, rely on the the `run.sh` script provided by your kind teachers...
Or, after cloning `p4learning` and `cd` into its repository, rely on the the `run.sh` script provided by your kind teachers:
```sh
sh run.sh
```
Instead of `tmux`, you can rely on `docker exec -it resprog bash`
\ No newline at end of file
Instead of `tmux` (as in the `sh` script - check inside), you can rely on `docker exec -it resprog bash` to open new `tty` (for the `mx` or the controller' commands in particular).