You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/install/docker.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,17 @@
2
2
title: Docker
3
3
---
4
4
5
+
<!-- components -->
6
+
import Blockquote from "@/components/Blockquote"
7
+
5
8
[LogChimp docker image](https://github.com/orgs/logchimp/packages/container/package/logchimp) is an official package maintained by core team.
6
9
10
+
<Blockquotetype="warning">
11
+
Experience with [Docker Compose](https://docs.docker.com/compose/) is required.
12
+
</Blockquote>
13
+
14
+
If `Docker` or `Docker Compose` is not installed on your machine/server, refer to [Docker Compose](https://docs.docker.com/engine/install/) installation docs.
15
+
7
16
You can easily kick-start your LogChimp site in 3 easy steps.
0 commit comments