Naor Livne
Naor Livne
According to https://docs.docker.com/config/containers/start-containers-automatically/ there is also an option of using `unless-stopped` as one of Docker restart policies, this seems to be not an option with docker-py as it's missing from...
There should be an option to have a way to poll long requests, so said requests will initially respond with a `202` and will work behind the scenes and there...
## Expected/Wanted Behavior Feature request - add to the example also a k8s YAML example
## Expected/Wanted Behavior HOCON is another file format that should be supported, likely using https://github.com/chimpler/pyhocon
Manually exiting the worker-manager should stop running containers, it's important to note that this should only happen if a user manually stops Nebula (ctrl-D) worker-manager and not if the container...
I can see some cases that inheriting envvars from the worker-manager host node will be a good idea, that would allow devices to have some customizability that might be useful...
Expected/Wanted Behaviour The version of the worker should be auto set to match the branches. the $TRAVIS_BRANCH envvar will likely be part of the solution but as this should be...
## Expected/Wanted Behavior The same image should be used by both ARMv8 & X64 architectures (and possibly other ARM types as CI/CD for those permits) ## Actual Behavior X64 has...
## Expected/Wanted Behavior create new branch -> trigger travis build -> new version of branch deployed ## Actual Behavior create new branch -> [skip travis] includded so it doesn't trigger...