John Hovell
John Hovell
+1 experiencing the same issue. @eric5102 do you mean containers or images? The image I am trying to run is https://hub.docker.com/r/library/jenkins/tags/2.7.4/ and having no luck with it after multiple attempts....
Latest Amazon ECS AMI (amzn-ami-2016.03.i-amazon-ecs-optimized) Docker version 1.11.2, build b9f10c9/1.11.2 Also @eric5102 I tried commenting out the line you mention in /etc/init.d/docker but after doing so docker running sudo service...
Got a bit further. Noticed if I did not specify "--az" option I could successfully start a container. Put more details here as this now seems similar to the issue...
thanks for the help @eric5102 . I had been following the steps on this blog post https://aws.amazon.com/blogs/compute/using-amazon-efs-to-persist-data-from-amazon-ecs-containers/ but ran into issues as I am using the Jenkins official Docker image,...
Thanks so much @eric5102! Needing to restart docker after mounting the volume was what I was missing. The results of not doing so we're very misleading: container starts and mounts...
Experiencing this as well. Run in Amazon ECS AMI with the command ``` sudo ./docker-volume-netshare efs --verbose --basedir /efs & ``` Run with ``` docker run -d --volume-driver=efs -v fs-05ca35ac:/var/jenkins_home...
Interesting. My use case is with AWS SAM Local. My first attempt was to do exactly this: [override the environment variable myself](https://github.com/awslabs/aws-sam-local/#environment-variable-file), but at least so far with SAM Local...
That sounds reasonable like a reasonable plan to me. If you were really paranoid you could only override if the Parent matches the exact ID provided in the base image....
So to explain my use case the data I am needing to decode is already encoded by this Python project so I can't really change the way the data is...
> Yes, you should be able to decompress the original 5 bit format using the Decompressor: So in my use case I have hundreds of different data to track for...