Skip to content

Commit 9c29483

Browse files
added usage instructions for docker/coreos
1 parent 4e1ed10 commit 9c29483

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Basic Agent Usage for CoreOS and Docker
3+
kind: documentation
4+
---
5+
For details on how to work with the agent on Docker and on CoreOS, see the [Docker integration docs](/integrations/docker/).
6+
7+
8+
If you're still having trouble, our support team will be glad to provide further assistance.
9+
You can contact them in one of the following ways:
10+
11+
<%= render '_contact_info', :heading_size => 5, :hide_datadog => false %>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Basic Agent Usage for CoreOS and Docker
3+
kind: documentation
4+
---
5+
For details on how to work with the agent on Docker and on CoreOS, see the [Docker integration docs](/integrations/docker/).
6+
7+
8+
If you're still having trouble, our support team will be glad to provide further assistance.
9+
You can contact them in one of the following ways:
10+
11+
<%= render '_contact_info-ja', :heading_size => 5, :hide_datadog => false %>
12+

layouts/basic_agent_usage.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="col-md-3 col-sm-3 hidden-xs hidden-print">
2121
<ul class="nav nav-tabs nav-stacked sidebar">
2222
<% if @item["language"] == "en" %>
23-
<li class="nav-header">Documentation Search</li>
23+
<li class="nav-header">Documentation Search</li>
2424
<li>
2525
<form action="/search/">
2626
<input type="text" name="q" id="tipue_search_input" autocomplete="off" required>
@@ -31,6 +31,7 @@
3131
<li class="nav-header"><%= @item["agentusage_agent_guides_by_platform"] %></li>
3232
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/amazonlinux/'>Amazon Linux</a></li>
3333
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/centos/'>CentOS</a></li>
34+
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/docker/'>CoreOS/Docker</a></li>
3435
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/deb/'>Debian</a></li>
3536
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/fedora/'>Fedora</a></li>
3637
<li><a href='<%= @item["langpath"] %>/guides/basic_agent_usage/osx/'>Mac OS X</a></li>

0 commit comments

Comments
 (0)