lavie / runlike

Given an existing docker container, prints the command line necessary to run a copy of it.
Other
1.99k stars 118 forks source link

Switch to alpine #98

Closed reconman closed 2 years ago

reconman commented 2 years ago

Python already offers Docker images. I switched to alpine because runlike takes up more than 300 MB in uncompressed image size, while alpine is about 30 MB.

lavie commented 2 years ago

This will install the runlike pypi package, but what about the docker binaries that it relies on?

reconman commented 2 years ago

Ah sorry, forgot about them. Then the docker image needs to be used as base, you're right.