Install apt install podman config On linux platform, podman put it's config in /etc/containers we need config registries.yaml first fill the unqualified-search-registries config so you can searching or pulling by short names use a local register to speed your pulling image insecure=true allow you skipping TLS …
Read More1.Install protoc use apt sudo apt install protoc or download release from github direct, here i use ubuntu, for other platform, visit protocol wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip -o ${HOME}/.local/bin 2.install protoc-gen-go go install …
Read More