[DOCS] Removes alternative docker pull example (#20624)

This commit is contained in:
Lisa Cawley 2018-07-11 09:05:15 -07:00 committed by GitHub
parent 0dbb819563
commit 71b1dc67d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,6 @@ A list of all published Docker images and tags can be found at
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
found on https://github.com/elastic/kibana-docker/tree/{branch}[GitHub].
[float]
[[image-type]]
=== Image types
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
@ -18,9 +14,6 @@ paid commercial features. See the
https://www.elastic.co/subscriptions[Subscriptions] page for information about
Elastic license levels.
Alternatively, you can download `-oss` images, which contain only features that
are available under the Apache 2.0 license.
[float]
[[pull-image]]
=== Pulling the image
@ -36,14 +29,17 @@ endif::[]
ifeval::["{release-state}"!="unreleased"]
Docker images can be retrieved with the following commands:
For example, the Docker image can be retrieved with the following command:
["source","txt",subs="attributes"]
--------------------------------------------
docker pull {docker-repo}:{version}
docker pull {docker-repo}-oss:{version}
--------------------------------------------
Alternatively, you can download other Docker images that contain only features
that are available under the Apache 2.0 license from
https://www.docker.elastic.co[www.docker.elastic.co].
endif::[]
[float]