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: spring-boot-admin-docs/src/site/docs/installation-and-setup/index.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ When you start your monitored application now, it will register itself at the Sp
131
131
app in the web interface of Spring Boot Admin.
132
132
133
133
:::info
134
-
It is possible to add `sprinb-boot-admin-client` as well as `spring-boot-admin-server` to the same application. This
134
+
It is possible to add `spring-boot-admin-client` as well as `spring-boot-admin-server` to the same application. This
135
135
allows you to monitor the Spring Boot Admin Server itself. To get a more realistic setup, you should run the Spring Boot
136
136
Admin Server and clients in separate applications.
137
137
:::
@@ -213,3 +213,15 @@ You can include the Spring Boot Admin Server to your Eureka server as well. Setu
213
213
with
214
214
Eureka’s one.
215
215
:::
216
+
217
+
### Docker Images
218
+
Since Spring Boot Admin can be run in a vast variety of environments, we neither provide nor maintain any Docker images.
219
+
However, you can easily create your own Docker image by adding a Dockerfile to your project and add the configuration that fits your needs.
220
+
Even though we don't provide Docker images, we have a some example in our Docker Hub repository at [https://hub.docker.com/r/codecentric/spring-boot-admin](https://hub.docker.com/r/codecentric/spring-boot-admin).
221
+
222
+
:::info
223
+
We do not offer any support for these images.
224
+
They are provided as-is and are not maintained by the Spring Boot Admin team.
225
+
Neither do we guarantee that they are up-to-date nor secure.
226
+
As stated in the preambles, we recommend to create your own Docker image.
0 commit comments