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

[4.0] Add docker image build #6781 #1846

Draft
wants to merge 1 commit into
base: 4.0
Choose a base branch
from
Draft
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
20 changes: 19 additions & 1 deletion source/system-administrators/activities/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,22 @@ Setup CrafterCMS authoring and delivery using Crafter's AWS AMI.
:maxdepth: 1

authoring/setup-authoring-using-aws-ami
delivery/setup-delivery-using-aws-ami
delivery/setup-delivery-using-aws-ami

------------
Using Docker
------------
^^^^^^^^^^^^^^
Docker Compose
^^^^^^^^^^^^^^
Follow the instructions :ref:`here <running-craftercms-in-docker>` to run CrafterCMS in a Docker container

^^^^^^
Images
^^^^^^
CrafterCMS provides Docker images on `dockerhub <https://hub.docker.com/u/craftercms>`__ for the latest release versions
and snapshots of versions in development. The CrafterCMS Docker images may be pulled by using the tag for a release
version, e.g. ``craftercms/authoring_tomcat:4.0.7``, the latest release, e.g. ``craftercms/authoring_tomcat:latest``
or the tag for a snapshot of a version in development, e.g. ``craftercms/authoring_tomcat:4.0.7-SNAPSHOT``

As mentioned, CrafterCMS is open source and you can always build Docker images from source code `here <https://github.com/craftercms/craftercms>`__