Running a containerized node on my current computer?

Hello,

Is it ok to run a node inside a docker image on any computer (standard with minimum config) ?
Thanks

it’s fine if-- if it works.

The responsibility is on you to make sure it can be connected to and works properly, as this really isn’t a typical setup, but if you know what you’re doing you should be able to get it to work.

Thanks, I might have a try one day.