今天我尝试使用 Docker 设置 postgresql。但是,当我使用 'hello-world' 进行测试时出现错误:
docker:来自守护进程的错误响应:OCI 运行时创建失败:container_linux.go:349: 启动容器进程导致“process_linux.go:449: 容器初始化导致 \"rootfs_linux.go:58: 将 \\"proc\\" 安装到 rootfs \\“/var/lib/docker/overlay2/1ef83761740dcfec79baa94e1ef3073bf1fa130a21f56e9201a80f4523e073ab/merged\\”在\\“/proc\\”导致\\“权限被拒绝\\”\“”:未知。ERRO[0003] 等待容器时出错:上下文已取消
我了解了这个问题,这种问题经常发生,但是我没有找到解决方案(我测试了设置 docker groupe、使用 sudo 启动等...)
这是“码头信息”:
Client:
Debug Mode: false
Server:
Containers: 3
Running: 0
Paused: 0
Stopped: 3
Images: 1
Server Version: 19.03.10
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk …
Run Code Online (Sandbox Code Playgroud) 我在 Debian 9 上安装了 Nginx 1.10.3,我想将其更新到最新的稳定版本(1.18.0)。
我查了几个解释如何执行此操作的网站,但它们都使用 Ubuntu。在我看来,该过程与 Debian 有所不同。
首先,是否可以用我的 debian 版本更新此版本的 nginx ?如果可能的话,有没有简单的方法,或者我必须卸载所有内容并重新安装他?
我提前谢谢你
约翰·C.