Skip to content

Commit

Permalink
docs: fix template name in packer_images/README.md (#1202)
Browse files Browse the repository at this point in the history
## Description

Fixed template name in packer_images README.md.
  • Loading branch information
buresmi7 authored Nov 7, 2024
1 parent bfe4387 commit f0b3293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer_images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Make sure Packer is installed on your local machine. You can download it from th

Ensure the AWS CLI is installed and configured with appropriate credentials to create and manage resources in your AWS account.

Use the provided template amz-linux-docker.json for building an amazon linux 2023 AMI and run Packer by executing the following command in your terminal:
Use the provided template `amz-linux-docker.json` for building an amazon linux 2023 AMI and run Packer by executing the following command in your terminal:

```
packer build -var 'vpc_id=your_vpc_id' -var 'subnet_id=your_subnet_id' -var 'docker_registry_mirror=docker_registry_url' amz-linux-docker.json
```

Use the provided template amz-linux-docker.json for building an ubuntu AMI and run Packer by executing the following command in your terminal:
Use the provided template `ubuntu-docker.json` for building an ubuntu AMI and run Packer by executing the following command in your terminal:

```
packer build -var 'vpc_id=your_vpc_id' -var 'subnet_id=your_subnet_id' -var 'docker_registry_mirror=docker-registry-url' ubuntu-docker.json
Expand Down

0 comments on commit f0b3293

Please sign in to comment.