问题标签 [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 投票
2 回答
64 浏览

docker - 通过模板连接到部署 docker 的 AWS 服务器

我正在关注我在这里找到的文章......

https://docs.docker.com/datacenter/install/aws/

我能够部署模板,但在输出选项卡中看不到 UCP 和 DTR URL。

实际上,输出选项卡中只有 2 个参数。DefaultDNSTarget 和管理器。如何连接到 docker swarm?

0 投票
2 回答
2044 浏览

docker - 无法安装 windowsServerCore 容器映像

我正在尝试使用以下命令在我的 WIndows 2016 服务器上安装 windowsServercore 映像。

运行时出现以下错误消息。

从文章中发现有一个解决方法

https://social.msdn.microsoft.com/Forums/en-US/fc571caf-af13-45ed-a021-cfcfcf532645/the-term-installcontainerosimage-is-not-recognized-as-the-name-of-a- cmdlet-on-build-build-14385?forum=windowscontainers

运行新文章中的命令时,收到不同的错误消息。

我的系统时间是正确的,我在 AWS 上运行 Windows 2016 服务器。

任何解决此问题的帮助表示赞赏。

0 投票
1 回答
1100 浏览

amazon-web-services - 如何在最新的 Amazon linux AMI 中升级 docker

我在 Opsworks 中使用 Amazon linux AMI,而 Amazon linux AMI 是最新的(OS Amazon Linux 2017.03)。

问题是这个 AMI 带有 docker 版本17.03.2-ce,但是我需要安装17.05或更高版本(因为我想在 docker swarm 中修改“入口”网络,这只能在最新的 docker 版本中实现。)

看起来亚马逊官方只支持 17.03 之前的版本。

如果我尝试从 centos rpm/repository 手动升级 docker,我会收到以下错误(可能是因为我是 Redhat 风格,而 docker 目前似乎不支持):

猫 /proc/版本

无论如何我可以升级 docker 版本而不必等待亚马逊发布?

0 投票
3 回答
2633 浏览

docker - “usr/lib/x86_64-linux-gnu/libfftw3.so.3.4.4”的文件完整性校验和失败

我正在将我的 docker 映像推送到 AWS ECS。而且,我收到以下错误:“usr/lib/x86_64-linux-gnu/libfftw3.so.3.4.4”的文件完整性校验和失败

这是完整的输出:

有没有解决上述问题的方法?我尝试再次构建映像,并在 docker 中增加了分配的内存。

0 投票
1 回答
544 浏览

amazon-web-services - Docker root dir cannot be found for nodes in Docker for AWS

I used Docker for AWS to create a Docker swarm cluster. In every node of this cluster, I found Docker root dir is /var/lib/docker, however, I cannot find this directory in file system.

docker info shows this:

It clearly shows the Docker Root Dir is /var/lib/docker, however, when I use ls, it says the directory cannot be found:

About Docker's disk usage, there are over 2.3GB disk used by Docker

About file system usage, df command shows 2.9GB space is used, which is expected since Docker alone consumes over 2.3GB.

At the same time, about disk usage:

du reports only 152.2M disk is used, and /var folder has only 114.3M used, and it seems du fails to find the /var/lib/docker as well, and Docker stores its data (2.3+GB) in some way du cannot find.

If I used docker inspect to inspect one of the running container on this node, it shows multiple folders are under /var/lib/docker.

Can anyone shed some light on the cause? Thanks.

0 投票
1 回答
165 浏览

postgresql - Postgres AWS EBS 卷在更新服务时不会持续存在

我在标准 Docker for AWS 堆栈上部署了一项服务(使用此模板)。docker stack deploy -c docker-compose.yml pos我使用这个 compose 文件进行部署:

然后我更改数据库中的一些数据并强制更新服务docker service update --force pos_postgres_vanilla

问题是我更改的数据在更新后不会持续存在。我注意到每次更新时都会运行 postgres initdb 脚本,所以我认为它是相关的。

有什么我做错了吗?

0 投票
1 回答
1070 浏览

docker - 无法连接到 AWS 中 TeamCity 构建代理上的 Docker 守护程序

我在 Amazon Linux AMI 上构建了代理机器。它有 docker 容器jetbrains/teamcity-agent:latest。我可以在 TeamCity 面板中看到构建代理。

当我尝试使用 docker build/push 命令运行构建时,出现此错误

Cannot login to registry docker.io (new); cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?; exit code 1 (Step: docker build (Docker))

有什么问题teamcity-agent

0 投票
0 回答
40 浏览

amazon-web-services - 云 9 上的 EC2 泊坞窗问题

我得到两组不同的泊坞窗图像。一组当我 ssh 进入我的 ec2 实例时,另一组在我的 cloud9 环境中。有谁知道为什么会发生这种情况?我基本上需要我在 docker 中创建的图像之一发送到 ec2

我 ssh 进入 ec2 实例后的 Docker 图像

我试图上传到 EC2 的 cloud9 环境中的 Docker 映像

我正在尝试在我的 ec2 实例中运行此命令,但收到一个错误,即找不到图像...

  1. 运行以下命令:
0 投票
1 回答
519 浏览

docker - 将 Github 机密传递给 docker github 操作

嗨,我敬业且敬爱的开发人员!

今天,我在尝试将 GitHub 机密传输到 docker GitHub 操作以在容器中使用此变量时遇到了麻烦。我已经为项目定义了what_a_secret密钥的秘密CHUT

这是我目前拥有的:

这只是打印CHUT=$CHUT而不是CHUT=what_a_secret.

我也尝试做这样的事情:

和这个:

但最后的解决方案根本没有返回任何东西。

您的帮助将受到热烈欢迎

编辑:文档“配置 GitHub 操作”无法将环境变量传递给容器。

0 投票
0 回答
30 浏览

amazon-web-services - 有没有其他方法可以使用 docker 容器安装亚马逊 S3 存储桶

使用 docker 容器挂载 s3 存储桶,无需备份和同步过程