您好!您可以使用 crontab 來設定開機後 60 秒重啟 Docker。請在終端機中輸入以下命令以編輯 crontab:
sudo crontab -e
然後在文件的末尾添加以下行:
@reboot sleep 60 && /usr/bin/docker restart <container_name>
請將 <container_name>
替換為您要重啟的 Docker 容器的名稱。
這樣,當您的 Ubuntu 系統啟動時,它將等待 60 秒,然後重啟 Docker 容器。
希望這可以幫助到您!如果您有任何其他問題,請隨時問我。
來源: 與 Bing 的交談, 2023/7/12
(1) crontab 開機自動執行指令 - Linux 技術手札. https://www.ltsplus.com/linux/crontab-autorun-command-boot.
(2) Linux 設定 crontab 例行性工作排程教學與範例 - G. T. Wang. https://blog.gtwang.org/linux/linux-crontab-cron-job-tutorial-and-examples/.
(3) Linux從零開始(26/30): 例行性工作排程crontab - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天. https://ithelp.ithome.com.tw/articles/10197016.