local_loop.py 100 B

12345
  1. import os
  2. import time
  3. while True:
  4. os.system('docker container restart hhh1')
  5. time.sleep(30)