How to use rules_oci to run an image local via Docker?
I want to use rules_oci to build a (docker) image that I can run locally as a container. Here is my try: WORKSPACE.bazel: load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") #------------------------------------------------------- # rules_oci #------------------------------------------------------- http_archive( name = "rules_oci", sha256 = "176e601d21d1151efd88b6b027a24e782493c5d623d8c6211c7767f306d655c8", strip_prefix = "rules_oci-1.2.0", url…