發表文章

目前顯示的是 9月, 2022的文章

臨時解法:Ubuntu 22.04無法自動更新VSCode

圖片
 最近安裝Ubuntu 22.04之後, 使用軟體安裝器開啟deb檔案竟然都只會顯示deb資訊而無法按安裝, 如下圖

解決:Error: OCI runtime error: the requested cgroup controller `cpu` is not available

我發生這個問題Error: OCI runtime error: the requested cgroup controller `cpu` is not available 是在Ubuntu 22.04.1上使用podman指定-cpu參數時出現的問題。

podman搜尋不到docker hub上的image

podman搜尋不到docker hub上的image,只要將docker hub加入搜尋列表就行 編輯/etc/containers/registries.conf sudo vim /etc/containers/registries.conf [registries.search] registries = ['docker.io'] 參考: https://gist.github.com/isomorphisms/3114ab86960656a729a6b4653001aae2

免密碼方式(public key)登入具備SSH Server的Container

繼續上篇: 具備ssh server的Dockerfile ,這裡學習如何以免密碼方式登入具備SSH Server的Container。

具備ssh server的Dockerfile

在做VSCode的Remote-SSH和Remote-Container的教學時發現需要一個具備ssh server的image,中間小小的踩雷的一下,所以這篇就把建置image的結果紀錄一下。