Closed gntouts closed 1 year ago
At the moment, bima works by executing commands using docker and containerd/ctr binaries. We need to remove these dependencies and provide the same functionality using a single binary without any external CLI dependencies.
bima
docker
containerd
ctr
One possible approach can be found here:
At the moment,
bima
works by executing commands usingdocker
andcontainerd
/ctr
binaries. We need to remove these dependencies and provide the same functionality using a single binary without any external CLI dependencies.