Red5d / docker-autocompose

Generate a docker-compose yaml definition from a running container
1.77k stars 197 forks source link

Support arm platforms? #15

Closed fryfrog closed 2 years ago

fryfrog commented 3 years ago

I support a variety of software which has a variety of Docker containers and your generator for running containers -> compose is absolutely invaluable in doing that, it makes support so easy having a common language to compare in and for surfacing all the tiny, hidden little things.

But it doesn't work on arm!

Would it be possible to support the various arm platforms? :)

Red5d commented 3 years ago

The python script itself should work on ARM as long as the dependencies are installed. I'm looking into getting the docker image automatically built for ARM too though.

fryfrog commented 3 years ago

You know, I probably should have just had a go at it and sent a PR. I bet it isn't too hard.

LePremier commented 3 years ago

Same issue here. Wanted to backup my stack running on the raspy 4. So arm support would be an awesome feature! :)

Red5d commented 3 years ago

@LePremier You can still use this python script by itself on ARM, it's just the docker image for it that isn't ARM-compatible yet. I haven't had time recently to get that sorted out yet.

Red5d commented 2 years ago

I've now merged @doob187 's PR and setup other Github Actions stuff to support that. I've also pulled the resulting image and verified that it works on a Raspberry Pi. I'm updating the README to point to the new Github Actions image builds too.