Convert physical / live servers to docker container

hai
i have 2 servers and run jboss and postgreesql in that server

i want move a live server to docker container, but i dont reinstall my jboss and postgree inside my jboss and postgreesql becuse there a lot of configuration…
is theres a way to convert my live server to container image so i can run thats image which contain jboss and postgree inside thats image ?

thanks
sincerely
zikru

Hey Mrzik,

I’ve been looking to do the same and found this article: https://juliensalinas.com/en/dockerize-whole-linux-server/

It might help you out too.

Greetins.

1 Like

I wrote this blog post because Docker really saved my life at the time… hope it helped you too.