File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
"region" : " {{user `region`}}" ,
9
9
"source_ami_filter" : {
10
10
"filters" : {
11
- "name" : " Windows_Server-2019-English-Full-Containers *" ,
11
+ "name" : " Windows_Server-2019-English-Full-*" ,
12
12
"virtualization-type" : " hvm"
13
13
},
14
14
"owners" : [" amazon" ],
15
15
"most_recent" : true
16
16
},
17
17
"instance_type" : " m5.xlarge" ,
18
- "user_data_file" :" scripts/ec2-userdata.ps1" ,
18
+ "user_data_file" : " scripts/ec2-userdata.ps1" ,
19
19
"communicator" : " winrm" ,
20
20
"winrm_username" : " Administrator" ,
21
21
"winrm_use_ssl" : true ,
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ $ErrorActionPreference = "Stop"
3
3
4
4
$docker_compose_version = " 1.29.2"
5
5
6
- Write-Output " Check that docker is installed"
6
+ Write-Output " Install docker"
7
+ Invoke-WebRequest - UseBasicParsing " https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" - o install-docker - ce.ps1
8
+ .\install-docker - ce.ps1
7
9
docker -- version
8
10
9
11
Write-Output " Installing docker-compose"
You can’t perform that action at this time.
0 commit comments