英文: Error running an Docker container or docker compose with postgres, golang and Debian 11, Agora a...
如何使用Go SDK将`–gpus all`选项传递给Docker?
英文: How to pass `--gpus all` option to Docker with Go SDK? 问题 我已经看到了如何执行一些基本命令,比如运行容器、拉取镜像、列出镜像等等,可以...
使用SQLC从Docker迁移数据库不起作用。
英文: Migrating datbase using SQLC from Docker not working 问题 我正在尝试在Windows操作系统上使用SQLC生成数据库迁移。根据官方文档的说...
Is it safe to shutdown go application running inside a container this way on `docker kill –signal=SIGX`?
英文: Is it safe to shutdown go application running inside a container this way on `docker kill --sign...
无法在 Dockerfile 中构建 Golang。
英文: Can't build Golang in dockerfile 问题 我有这个项目的结构: https://i.stack.imgur.com/SqqDh.png 这是我的 Dock...
无法从Docker Compose中的其他服务解析Postgres主机名
英文: Can not resolve postgres hostname from other service on docker-compose 问题 我有一个docker-compose文件,其...
https://sessions.bugsnag.com": x509: certificate signed by unknown authority
英文: https://sessions.bugsnag.com": x509: certificate signed by unknown authority 问题 我已经将bugsnag...
无法使用外部IP:端口连接到本地数据库。
英文: cant connect to local database using external IP:Port 问题 我有两台服务器,A和B。 它们都运行着相同的复制服务器应用程序(rest-AP...
How to construct a minimal "distroless" image to run a golang service, which runs a java subservice?
英文: How to construct a minimal "distroless" image to run a golang service, which runs a ja...
Golang项目和使用Docker Compose启动的Postgres镜像既没有失败,也没有工作。
英文: Golang project and postgres image with docker compose up doesn't fail, but doesn't work ...
132