I have a NAS where I tested to see if some apps could run on it without a server. They overloaded the CPU, so I am now wanting to move them over to a more powerful workstation. I’m used to Compose files/configs, but it seems that my NAS uses plain Docker. Is there a way to extract the configs/long terminal setup commands? I have Portainer installed, if that makes it easier.

You are viewing a single thread.
View all comments
5 points
*

‘docker container inspect <container ID>’

Or https://github.com/lavie/runlike: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike YOUR-CONTAINER

and copy the output into Composerize.

permalink
report
reply

Community stats

  • 33

    Monthly active users

  • 61

    Posts

  • 158

    Comments