Skip to content

Commit 66afeb4

Browse files
authored
docs: correct typo in client/server documentation and add Docker images section (#4122)
1 parent 8edd3b1 commit 66afeb4

File tree

1 file changed

+13
-1
lines changed
  • spring-boot-admin-docs/src/site/docs/installation-and-setup

1 file changed

+13
-1
lines changed

spring-boot-admin-docs/src/site/docs/installation-and-setup/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When you start your monitored application now, it will register itself at the Sp
131131
app in the web interface of Spring Boot Admin.
132132

133133
:::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
135135
allows you to monitor the Spring Boot Admin Server itself. To get a more realistic setup, you should run the Spring Boot
136136
Admin Server and clients in separate applications.
137137
:::
@@ -213,3 +213,15 @@ You can include the Spring Boot Admin Server to your Eureka server as well. Setu
213213
with
214214
Eureka’s one.
215215
:::
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.
227+
:::

0 commit comments

Comments
 (0)