Skip to content
Snippets Groups Projects
Commit b20209a6 authored by COLIN Éloi's avatar COLIN Éloi :tea:
Browse files

Fork info + build info

parent 871b2c02
Branches
2 merge requests!3Docker compose, vim and tmuxp (for ex 1, 2, 3 and 4 learning cpu),!2Docker compose, vim and first tmuxp (ex 1,2, and start of 3)
# P4-Utils Docker image
## Credits
## Credits
This image was created by Maxime Friess as an alternative to the ETH Zurich virtual machine for installing p4utils.
Forked by Éloi COLIN to add vim, tmuxp and a Docker Compose.
## Summary
## Summary
This image allows running p4 projets inside a Docker container.
This image bundles the following tools:
......@@ -18,6 +19,7 @@ The p4-utils repository is located in `/p4-utils` in the image.
## Building the image
The build should take around 30 minutes on a modern 8 cores machine. At least 10 GB of free space is needed.
Don't forget to `chmod u+x *.sh`.
```sh
sudo docker build . -t p4-utils
......@@ -65,4 +67,4 @@ Or, after cloning `p4learning` and `cd` into its repository, rely on the the `ru
sh run.sh
```
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).
\ 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).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment