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
For more information about disabling Ryuk, see the https://java.testcontainers.org/features/configuration/#disabling-ryuk[Testcontainers custom configuration^] document.
236
253
--
237
254
255
+
[.tab_content.linux_section]
256
+
--
257
+
[role='command']
258
+
```
259
+
export TESTCONTAINERS_RYUK_DISABLED=true
260
+
mvn liberty:devc
261
+
```
262
+
263
+
For more information about disabling Ryuk, see the https://java.testcontainers.org/features/configuration/#disabling-ryuk[Testcontainers custom configuration^] document.
264
+
--
238
265
239
266
After you see the following message, your Liberty instance is ready in dev mode:
0 commit comments