Combining Bazel with Docker
Welcome to the next pikoTutorial!
In one of the recent articles, I showed how to build and run Docker containers using CMake. Today, we will see how to do a similar thing, but using Bazel. Today's project structure:
project/
├── app1/
│ ├── BUILD
│...
pikotutorial.hashnode.dev5 min read