mmkk20158
mmkk20158
hey thanks! yeah i know i can use the api but was just curious if there was some other way without opening a port. thanks again!
> Yep, unfortunately Script server doesn't have any special features for docker what's the recommended way to add curl to the container? i tried a volume binding but then all...
I just used the python3 that was included ayway, for anyone in the future ``` #!/usr/local/bin/python3 import http.client palworld_container = "71cc9de67538" docker_host = "172.17.0.1" docker_port = 2375 restart_path = f"/containers/{palworld_container}/restart"...