:::
顯示具有 Docker 標籤的文章。 顯示所有文章

如何使用Docker APP? / How to Use Docker APP?

布丁布丁吃布丁

如何使用Docker APP? / How to Use Docker APP?

2024-0119-235133.png

你可以在線上透過Colab使用Docker APP,也可以在本機端使用Docker APP喔。

(more...)

在Docker舊版Debian裡安裝套件 / How to Handle the "Failed to fetch" Error When Running "apt-get update"?

布丁布丁吃布丁

在Docker舊版Debian裡安裝套件 / How to Handle the "Failed to fetch" Error When Running "apt-get update"?

2023-0513-180401.png

差點忘了編譯Docker映像檔的時候也是要安裝套件。

(more...)

用Docker建置具備HTTPS的NGINX反向代理伺服器:docker-HTTPS-Reverse-Proxy / Build a NGINX Reverse Proxy with HTTPS in Docker: docker-HTTPS-Reverse-Proxy

布丁布丁吃布丁

用Docker建置具備HTTPS的NGINX反向代理伺服器:docker-HTTPS-Reverse-Proxy / Build a NGINX Reverse Proxy with HTTPS in Docker: docker-HTTPS-Reverse-Proxy

2023-0410-003622.png

直接設定NGINX實在是太複雜了,那我們用Docker把複雜的內容都包裝起來,只追求最簡單的設定即可。

(more...)

在Docker中定期執行指令 / Run a Scheduled Job Inside a Docker Container

布丁布丁吃布丁

在Docker中定期執行指令 / Run a Scheduled Job Inside a Docker Container

2023-0409-204459.png

總不會全天下只有我不能在Docker容器裡面執行crontab吧?

(more...)

Nginx的PageSpeed安裝失敗記錄 / Install NGINX PageSpeed Module failed

布丁布丁吃布丁

Nginx的PageSpeed安裝失敗記錄 / Install NGINX PageSpeed Module failed

2023-0409-160629.png

結論是放棄了。

(more...)

在Ubuntu安裝Stable Diffusion Web UI / Install Stable Diffusion Web UI in Ubuntu

布丁布丁吃布丁

在Ubuntu安裝Stable Diffusion Web UI / Install Stable Diffusion Web UI in Ubuntu

2023-0319-125054.png

要當魔法師比我想象中的還要辛苦。

(more...)

Docker的rootless模式特別麻煩 / Take More Careful When You Running Docker in Rootless Mode

布丁布丁吃布丁

Docker的rootless模式特別麻煩 / Take More Careful When You Running Docker in Rootless Mode

2023-0319-112709.png

host網路不能連?開啟與關閉指令不能用?gpu抓不到?那大概都是rootless的問題。

(more...)

使用GitHub做定期爬蟲、保存與提供資料 / Building a Scheduled Crawler and Storing as Accessible Data by GitHub Action and Pages

布丁布丁吃布丁

使用GitHub做定期爬蟲、保存與提供資料 / Building a Scheduled Crawler and Storing as Accessible Data by GitHub Action and Pages

2023-0207-213215.png

網路爬蟲的教學很多,但要怎麼定期執行爬蟲、又要把爬完的資料保存後供人取用,則是一個大問題。

(more...)

Docker網路問題 / Network Issue in Docker

布丁布丁吃布丁

Docker網路問題 / Network Issue in Docker

2023-0124-071428.png

執行Docker的時候出現了「ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network」錯誤訊息,該怎麼處理好呢?

(more...)