Combining Bazel with Docker
Posted in

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: Note: on the contrary to the project structure used in the article…

Combining Bazel with Docker Read More
Combining CMake with Docker
Posted in

Combining CMake with Docker

Welcome to the next pikoTutorial ! In one of the recent articles, I showed how to use CMake for setting up a Python project. Today, we will see how to further extend it by adding building of Docker images to the CMakeLists.txt files. Today’s project structure: Top CMakeLists.txt file Nothing…

Combining CMake with Docker Read More