Skip to content

Commit

Permalink
Update containerized-images.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
homelessbirds committed Apr 23, 2024
1 parent fcbcf24 commit 4ed8cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ New Relic offers pre-built layers for different runtimes: Java, Node.js, and Pyt
<Step>
### Create an image
1. After you add the New Relic pre-built layer to your Dockerfile, you will need to build a new image from the Dockerfile. This new image will have your original code _and_ New Relic's layer. To do this, we recommend following the steps listed in the AWS guide, [Pushing a Docker image](https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-ecr-image.html).
2. Push the built image to your AWS Elastic Container Registry (ECR) repository for deployment.
2. Push the new image to your AWS Elastic Container Registry (ECR) repository for deployment.
</Step>

<Step>
Expand Down

0 comments on commit 4ed8cba

Please sign in to comment.