问题标签 [docker-aws]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
26 浏览

amazon-web-services - 在其上安装 Docker 后锁定 ec2 实例

在我使用 Ubuntu 20 或 Amazon Linux AMI 创建一个干净的实例后,我可以使用 SSH 登录到该实例。

然后我做:

sudo apt update -y && apt upgrade -y on Ubuntu

或者

sudo yum update -y on Amazon Linux

一切正常,我可以继续通过 SSH 连接到实例。

然后我安装 docker,管道在安装过程中损坏,我无法再连接到实例。SSH 超时。

使用预安装 Docker 的 AMI 也可以观察到相同的行为。例如,我尝试使用 redash AMI,启动后我无法连接到它。