@@ -13,47 +13,48 @@ Install MongoDB Enterprise with Docker
13
13
14
14
- For development and testing use the
15
15
`MongoDB Community Docker container <https://hub.docker.com/_/mongo/>`__.
16
+ This image is supported by MongoDB. The image contains the
17
+ Community Edition of MongoDB.
16
18
17
- - For MongoDB Enterprise production installations use Kubernetes through the
18
- :opsmgr:`MongoDB Ops Manager </tutorial/install-k8s-operator>`.
19
+ - For MongoDB Enterprise production installations, use
20
+ :opsmgr:`MongoDB Ops Manager </tutorial/install-k8s-operator>` to
21
+ configure Docker containers and Kubernetes.
19
22
20
- .. note::
21
-
22
- This procedure uses Docker's official `mongo image
23
- <https://github.com/docker-library/mongo>`__, which is supported by
24
- the Docker community and *not* MongoDB.
25
-
26
- If the above recommended solutions do not satisfy your needs,
27
- follow the steps in this tutorial to manually install
28
- :products:`MongoDB Enterprise </mongodb-enterprise-advanced?tck=docs_server>` with
29
- Docker.
23
+ To manually configure :products:`MongoDB Enterprise
24
+ </mongodb-enterprise-advanced?tck=docs_server>` with Docker, follow the
25
+ instructions on this page.
30
26
31
27
Considerations
32
28
--------------
33
29
34
- A full description of `Docker <https://docs.docker.com/>`__ is beyond the scope
35
- of this documentation. This page assumes prior knowledge of Docker.
30
+ A full description of `Docker <https://docs.docker.com/>`__ is beyond
31
+ the scope of this documentation. This page assumes prior knowledge of
32
+ Docker.
36
33
37
- This documentation only describes installing MongoDB Enterprise with Docker,
38
- and does not replace other resources on Docker. We encourage you to thoroughly
39
- familiarize yourself with Docker and its related subject matter before
40
- installing MongoDB Enterprise with Docker.
34
+ This documentation only describes installing MongoDB Enterprise with
35
+ Docker, and does not replace other resources on Docker. We encourage
36
+ you to thoroughly familiarize yourself with Docker and its related
37
+ subject matter before installing MongoDB Enterprise with Docker.
41
38
42
39
.. important::
43
40
44
- This procedure uses Docker's official `mongo image
45
- <https://github.com/docker-library/mongo>`__, which is supported by
46
- the Docker community and *not* MongoDB. It supports only the major
47
- versions listed in their `repositiory
48
- <https://github.com/docker-library/mongo>`__, and only a specific
49
- minor version for each major version. The minor version can be found
50
- in the ``Dockerfile`` in the folder for each major version .
41
+ This procedure uses the official `mongo image
42
+ <https://github.com/docker-library/mongo>`__. The image is supported
43
+ by MongoDB.
44
+
45
+ The MongoDB community may contribute additional container images.
46
+ For a listing of all available images, see the `repositiory
47
+ <https://github.com/docker-library/mongo>`__ .
51
48
52
49
.. _create-docker-image-enterprise:
53
50
54
51
Create a Docker Image with MongoDB Enterprise
55
52
---------------------------------------------
56
53
54
+ Install `Docker <https://docs.docker.com/install/>`__ and set up a
55
+ `Docker Hub <https://hub.docker.com/>`__ account before creating a
56
+ MongoDB Enterprise Docker image.
57
+
57
58
.. include:: /includes/steps/install-mongodb-enterprise-with-docker.rst
58
59
59
60
Push the Image to Docker Hub
@@ -67,3 +68,4 @@ on using ``docker pull``, reference its documentation
67
68
`here <https://docs.docker.com/engine/reference/commandline/pull/#examples>`__.
68
69
69
70
.. include:: /includes/steps/push-mongodb-with-docker-to-hub.rst
71
+
0 commit comments