Hey, what’s the story on using a non-Python binary...
# development
h
Hey, what’s the story on using a non-Python binary like
Docker
with V2? @wonderful-iron-54019 and I started writing a
docker-build
plugin that wraps the command
docker build
, and we took the naive approach of assuming that
docker
is already installed on the system. Is that the right approach? We do that already with assuming that
/usr/bin/perl
and
python
are installed on the system.