diff --git a/amazon-ssm-agent/README.md b/amazon-ssm-agent/README.md index 3e3c1ba..15810df 100644 --- a/amazon-ssm-agent/README.md +++ b/amazon-ssm-agent/README.md @@ -4,4 +4,15 @@ This is a simple installation on debian of the [AWS EC2 Run Command agent](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/execute-remote-commands.html). Running this container on an ec2 instance with correct IAM permissions -will allow the running of commands _inside the container_. \ No newline at end of file +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 +``` \ No newline at end of file