Closed reconman closed 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.
This will install the runlike pypi package, but what about the docker binaries that it relies on?
Ah sorry, forgot about them. Then the docker image needs to be used as base, you're right.
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.