Skip to content

Commit c4f5852

Browse files
authored
fix: removed conflicting option from nr docker. (#1771)
1 parent fb698a3 commit c4f5852

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/sources/k6/next/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the New Relic integration as a Docker container with this command:
3131

3232
```bash
3333
docker run --rm \
34-
-d --restart unless-stopped \
34+
-d \
3535
--name newrelic-statsd \
3636
-h $(hostname) \
3737
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.47.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.48.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.49.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.50.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.51.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.52.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run the New Relic integration as a Docker container with this command:
3737

3838
```bash
3939
docker run --rm \
40-
-d --restart unless-stopped \
40+
-d \
4141
--name newrelic-statsd \
4242
-h $(hostname) \
4343
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.53.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the New Relic integration as a Docker container with this command:
3131

3232
```bash
3333
docker run --rm \
34-
-d --restart unless-stopped \
34+
-d \
3535
--name newrelic-statsd \
3636
-h $(hostname) \
3737
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

docs/sources/k6/v0.54.x/results-output/real-time/newrelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the New Relic integration as a Docker container with this command:
3131

3232
```bash
3333
docker run --rm \
34-
-d --restart unless-stopped \
34+
-d \
3535
--name newrelic-statsd \
3636
-h $(hostname) \
3737
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

src/data/markdown/translated-guides/en/04 Results output/200 Real-time/00 NewRelic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run the New Relic integration as a Docker container with this command:
3434

3535
```bash
3636
docker run --rm \
37-
-d --restart unless-stopped \
37+
-d \
3838
--name newrelic-statsd \
3939
-h $(hostname) \
4040
-e NR_ACCOUNT_ID=<NR-ACCOUNT-ID> \

0 commit comments

Comments
 (0)