Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

Setting up Docker on EC2 instance has permission issues, how do I either reinstall Docker or fix this?

Issue When following the AWS guide for installing Docker (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html), I'm stuck on step 8 docker info. Permission should have been ...
Jules's user avatar
  • 303
0 votes
1 answer
428 views

How to pipe rails app's docker container logs to aws cloud-watch

I've rails app running with docker installed EC2 instance. I'm struggling with piping my docker container logs(STDOUT) to AWS cloudwatch console. I've already tried by installing awslogs agent on ec2 ...
nidhi_007's user avatar
1 vote
1 answer
544 views

Container is connecting default cluster when trying to setup new ECS Cluster

I am using following cloud formation script to create a new ECS cluster *{ "AWSTemplateFormatVersion":"2010-09-09", "Parameters":{ "KeyName":{ "Type":"AWS::EC2::KeyPair::KeyName", ...
manish sharma's user avatar
0 votes
1 answer
474 views

How to inject file.log to logstash and display it via kibana

I using docker container and docker-compose, to create ELK containers, after the containers created i should inject file into logstash and display it via docker I'm havent work on docker until three ...
B. Kristina's user avatar
1 vote
1 answer
645 views

First execution of Docker on a new EC2 Jenkins Slave does not work

I'm using the EC2 Plugin in Jenkins to spin up slave instances when we need them. Recently I've wanted to play around with Docker so I installed it on the AMI we use as a slave - but the first run on ...
Spedge's user avatar
  • 1,677