Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DOCKER.md #2375

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading