commit | 72558cb1b8d0a5bd59a116eecb739fe41d47aa6a | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Wed Nov 30 06:35:52 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Wed Nov 30 06:36:05 2022 -0500 |
tree | 6054d512f2847a892047d5ad2bcd972c94dc1ac4 | |
parent | 73d357954724887c8ac9036a64de1f88a56f1a3c [diff] |
docker --detatch Makefile -------- * Move -d/--detach argument back into cmd[1]. * Trailing arguments seem to be passed to bbsim -vs- docker run. Change-Id: Icd2a18438685e52595a058622ce1f0059b7f05a1
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.