You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
407 B
407 B
Bazel playground
Play with ...
bazel run main --//:favorite_flavor="BANANA"bazel run main --//:favorite_flavor="APPLE"bazel run main --//:favorite_flavor="ORANGE"bazel run main
or
bazel run main --config=bananabazel run main --config=applebazel run main --config=orange
Run Docker
bazel run docker_hello_worldbazel run docker_ubuntu_bash_interactive