Questions tagged [docker-aws]
13 questions
4
votes
1 answer
How to upgrade docker in latest Amazon linux AMI
I am using Amazon linux AMI in Opsworks and the Amazon linux AMI are the latest one (OS Amazon Linux 2017.03).
The issue is that this AMI comes with docker version 17.03.2-ce, however I need to install version 17.05 or later (because I want to…

Manish Joshi
- 3,550
- 2
- 21
- 29
3
votes
1 answer
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:
~ $ docker info
Containers: 7
Running:…

nybon
- 8,894
- 9
- 59
- 67
3
votes
2 answers
Unable to install windowsServerCore Container Image
I am trying to install windowsServercore images on my WIndows 2016 server using below command.
Install-containerImage WindowsServerCore
while running it got below error message.
Install-ContainerOSImage : The term 'Install-ContainerOSImage' is not…

user1550159
- 1,197
- 3
- 19
- 36
2
votes
1 answer
pass Github secrets to a docker github action
Hi my devoted and beloved developers!
Today I face trouble trying to transmit GitHub secrets to a docker GitHub action in order to use this variable in the container. I already have defined for the project the secret what_a_secret for the key…

Jérémy
- 1,790
- 1
- 24
- 40
2
votes
3 answers
file integrity checksum failed for "usr/lib/x86_64-linux-gnu/libfftw3.so.3.4.4"
I am pushing my docker image to AWS ECS. And, I am getting following error:
file integrity checksum failed for "usr/lib/x86_64-linux-gnu/libfftw3.so.3.4.4"
Here is the full output:
The push refers to repository…

Marvania Mehul
- 145
- 2
- 10
1
vote
0 answers
docker compose tag for awslogs stream with server hostname
I want to use awslogs driver to push logs from containers running on my ec2 instances. I am trying to find a way to group the log streams with ec2 instance hostname then container name and then id.
logging:
driver: "awslogs"
options:
…

Sid
- 161
- 1
- 10
1
vote
1 answer
Cannot connect to the Docker daemon on TeamCity build agent in AWS
I've got build agent machine on Amazon Linux AMI. It has docker container jetbrains/teamcity-agent:latest. I can see build agent in TeamCity panel.
When I'm trying to run build with docker build/push commands I'm getting this error
Cannot login to…

Tim
- 187
- 1
- 11
0
votes
0 answers
AWS ec2Client socket timeout - can't connect through docker to aws services
I am trying to programmatically create a key pair with the AWS JS sdk. I am working within a docker container on an EC2 server. My aws credentials are correct as well as the region. After creating the client, I send keypair request with await…

Derek Reid-Wilkinson
- 11
- 1
0
votes
1 answer
How to secure docker remote API?
For my use case I am exposing the docker remote API (hosted on AWS) publicly so that users can attach their tty (xterm.js) to that of shell inside docker containers using web sockets as shown here.
Since the API is public there is nothing preventing…

Abd
- 85
- 7
0
votes
0 answers
Locked out of ec2 instance after installing Docker on it
After I created a clean instance with Ubuntu 20 or Amazon Linux AMI, I can log into the instance using SSH.
Then I do:
sudo apt update -y && apt upgrade -y on Ubuntu
or
sudo yum update -y on Amazon Linux
Still all goes fine and I can continue to…

Shay
- 497
- 1
- 4
- 10
0
votes
0 answers
EC2 docker issue on cloud 9
I'm getting two sets of different docker images. One set when I ssh into my ec2 instance and one in my cloud9 environment. Does anyone have any idea why this could be happening? I basically need one of the images I created in docker to send to…

Jaime Lujan
- 13
- 5
0
votes
1 answer
Postgres AWS EBS volume doesn't persist when updating service
I deploy a service on a standard Docker for AWS stack (using this template).
I deploy using docker stack deploy -c docker-compose.yml pos with this compose file:
version: "3.2"
services:
postgres_vanilla:
image: postgres
volumes:
-…

Meidan Alon
- 3,074
- 7
- 45
- 63
0
votes
2 answers
connecting to AWS server where docker is deployed through template
I am following the article that I found here...
https://docs.docker.com/datacenter/install/aws/
I am able to deploy the template, but I do not see the UCP and DTR URLs in the output tab.
Actually there are only 2 parameters in the output tab.…

shantanuo
- 31,689
- 78
- 245
- 403