[SEBA-853] Adding a docker pull step

Change-Id: I2e795c5b83ce3f36043e02dc4538cdbbc413815b
1 file changed
tree: 37e6379ca53cfd85c0c9abb9ceb81607f9d8b942
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE.md
  5. Makefile
  6. README.md
  7. VERSION
  8. api/
  9. build/
  10. cmd/
  11. configs/
  12. docs/
  13. examples/
  14. go.mod
  15. go.sum
  16. internal/
  17. tests/
  18. vendor/
README.md

BroadBand Simular (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

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.