larsks / dockerize

A tool for creating minimal docker images from dynamic ELF binaries.
GNU General Public License v3.0
354 stars 42 forks source link

support podman/buildah beside docker #23

Open cz172638 opened 4 years ago

cz172638 commented 4 years ago

docker command is hardcoded. with symlink docker -> podman i was able to create container with rootless approach (see #22 ). with option -T (as -t is already used) or similar we should be able to select which container engine/runtime to use.

larsks commented 4 years ago

Would you like to submit a patch for that?