1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-11 00:36:27 +00:00
Files

amazon-ssm-agent

This is a simple installation on debian of the AWS EC2 Run Command agent.

Running this container on an ec2 instance with correct IAM permissions will allow the running of commands inside the container.

Example uses

Run systemd commands on CoreOS

docker run \
  -v /var/run/dbus:/var/run/dbus \
  -v /run/systemd:/run/systemd \
  rlister/amazon-ssm-agent:latest