Skip to content

Commit e393cc5

Browse files
committed
Running docker service on bastion.
1 parent fd4f640 commit e393cc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/aws/bastion-server.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ resource "aws_instance" "bastion" {
2626
"echo 1 | sudo tee /proc/sys/net/ipv4/conf/all/forwarding",
2727
/* Install docker */
2828
"curl -sSL https://get.docker.com/ubuntu/ | sudo sh",
29+
"sudo service docker start",
2930
/* Initialize open vpn data container */
3031
"sudo mkdir -p /etc/openvpn",
3132
"sudo docker run --name ovpn-data -v /etc/openvpn busybox",

0 commit comments

Comments
 (0)