This website works better with JavaScript
Home
Explore
Help
Register
Sign In
choozmo
/
kw_tools
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
kw_tools
/
monitor
/
local_loop.py
local_loop.py
100 B
Permalink
History
Raw
1
2
3
4
5
import os
import time
while True:
os.system('docker container restart hhh1')
time.sleep(30)