Skip to content

Commit

Permalink
Add more detail topic about downloading docker images (elastic#7615)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and andrewkroh committed Jul 21, 2018
1 parent 6edea03 commit a68f6ee
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@
=== Running {beatname_uc} on Docker

Docker images for {beatname_uc} are available from the Elastic Docker
registry. You can retrieve an image with a `docker pull` command.
registry. The base image is https://hub.docker.com/_/centos/[centos:7].

A list of all published Docker images and tags is available at
https://www.docker.elastic.co[www.docker.elastic.co]. The source code is in
{dockergithub}[GitHub].

These images are free to use under the Elastic license. They contain open source
and free commercial features and access to paid commercial features.
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.

==== Pulling the image

Obtaining Beats for Docker is as simple as issuing a +docker pull+ command
against the Elastic Docker registry.

ifeval::["{release-state}"=="unreleased"]

Expand All @@ -18,11 +34,11 @@ ifeval::["{release-state}"!="unreleased"]
docker pull {dockerimage}
------------------------------------------------

endif::[]
Alternatively, you can download other Docker images that contain only features
available under the Apache 2.0 license. To download the images, go to
https://www.docker.elastic.co[www.docker.elastic.co].

The base image is https://hub.docker.com/_/centos/[centos:7] and the source
code can be found on
{dockergithub}[GitHub].
endif::[]

[float]
==== Configure {beatname_uc} on Docker
Expand Down

0 comments on commit a68f6ee

Please sign in to comment.