Can't get the official AWS-CLI Docker image working
I have a Dockerfile that is literally just (I've also tried with only the first line as well): FROM amazon/aws-cli:latest CMD [ "sleep", "10000" ] I build with: docker build -t image-name . I run with: docker run -d --name…