Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buildkite/elastic-ci-stack-for-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6eb17020e55f8e62739dbdac3be4c434526ae0a
Choose a base ref
..
head repository: buildkite/elastic-ci-stack-for-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27baddb27cd5306ba11f2b734b710a0b932ecdce
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 packer/scripts/install-docker.sh
4 changes: 3 additions & 1 deletion packer/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,9 @@

sudo yum update -yq
sudo yum install -yq docker
sudo usermod -a -G docker ec2-user buildkite-agent
sudo usermod -a -G docker ec2-user
sudo usermod -a -G docker buildkite-agent

sudo cp /tmp/conf/docker.conf /etc/sysconfig/docker
sudo cp /tmp/conf/subuid /etc/subuid
sudo cp /tmp/conf/subgid /etc/subgid