Skip to content

Commit 718160e

Browse files
Apply suggestions from code review
1 parent 8f01d43 commit 718160e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/basic-standard/how-to-deploy-with-custom-container-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Option 2: Manual installation in the image
150150

151151
To trust a CA in the image, set the following variables depending on your environment:
152152

153-
* You must import Java applications into the trust store by adding the following lines into your Dockerfile:
153+
* You must import Java applications into the trust store by adding the following lines into your **Dockerfile**:
154154

155155
```dockerfile
156156
ADD EnterpriseRootCA.crt /opt/
@@ -193,7 +193,7 @@ If you deployed the instance to a VNet, make sure you allow the network traffic
193193

194194
The installation steps vary on different application performance monitors (APMs) and languages. The following steps are for New Relic with Java applications. You must modify the **Dockerfile** using the following steps:
195195

196-
1. Download and install the agent file into the image by adding the following to the Dockerfile:
196+
1. Download and install the agent file into the image by adding the following to the **Dockerfile**:
197197

198198
```dockerfile
199199
ADD newrelic-agent.jar /opt/agents/newrelic/java/newrelic-agent.jar

0 commit comments

Comments
 (0)