Skip to content

Commit

Permalink
Update DOCKER.md
Browse files Browse the repository at this point in the history
Make is clear that DOCKER.md is not a document to aid in installing the agent in your application's development environment.
  • Loading branch information
kaylareopelle authored Dec 20, 2023
1 parent 9f6d983 commit 9321b89
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions DOCKER.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Using Docker with the New Relic Ruby agent

These instructions will guide you through the process of setting up Docker for
use with developing the New Relic Ruby agent. The use of Docker containers can
provide for a consistent experience free from machine specific issues.
use with **developing** the New Relic Ruby agent. Using Docker containers
while developing the Ruby agent can provide a consistent experience free from
machine-specific issues.

**Do not follow these instructions if you are trying to connect the agent to
an application in a containerized environment. Instead, visit [the docs][install-url]. **

## Quick Start

Expand Down Expand Up @@ -165,3 +169,6 @@ of entry when it comes to providing contributions to the agent project itself.

For questions, feature requests, proposals to support Podman, PRs to improve
behavior or documentation, etc., please see [CONTRIBUTING.md](CONTRIBUTING.md).


[install-docs]: https://docs.newrelic.com/docs/apm/agents/ruby-agent/installation/install-new-relic-ruby-agent/#install-the-gem-installing_the_gem

0 comments on commit 9321b89

Please sign in to comment.