-
I tried to run reloadium from within a K8s Docker container to leverage hot reload capabilites when developing python from within the container. (If you're wondering, using Garden to sync the code).
I just wanted to get confirmation that running reloadium in a container is currently not supported. Or maybe I just did something wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It should work fine as long there's a wheel for the system your docker image is based on. |
Beta Was this translation helpful? Give feedback.
It should work fine as long there's a wheel for the system your docker image is based on.
What docker image are you using?
I've tested it on the standard python 3.9 one.