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: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ Logging can be done in many ways. [This blog post](https://goldmann.pl/blog/2014
51
51
52
52
Sometimes you need to customize the application server configuration. There are many ways to do it and [this blog post](https://goldmann.pl/blog/2014/07/23/customizing-the-configuration-of-the-wildfly-docker-image/) tries to summarize it.
53
53
54
+
## Initialization scripts
55
+
56
+
If you need additional configuration it is possible to execute CLI scripts before initialization using:
57
+
58
+
docker run -it -v [PATH TO YOUR SCRIPTS]:/init jboss/wildfly
59
+
54
60
## Extending the image
55
61
56
62
To be able to create a management user to access the administration console create a Dockerfile with the following content
0 commit comments