Skip to content

Commit 58b1cdc

Browse files
authored
Update README.adoc (#277)
1 parent fbe5b6f commit 58b1cdc

File tree

1 file changed

+40
-5
lines changed

1 file changed

+40
-5
lines changed

README.adoc

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020, 2024 IBM Corporation and others.
1+
// Copyright (c) 2020, 2025 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -84,7 +84,17 @@ mvn verify
8484
```
8585
--
8686

87-
[.tab_content.mac_section.linux_section]
87+
[.tab_content.mac_section]
88+
--
89+
[role='command']
90+
```
91+
export TESTCONTAINERS_RYUK_DISABLED=true
92+
cd system
93+
mvn verify
94+
```
95+
--
96+
97+
[.tab_content.linux_section]
8898
--
8999
[role='command']
90100
```
@@ -187,14 +197,21 @@ include::{common-includes}/os-tabs.adoc[]
187197
```
188198
--
189199

190-
[.tab_content.mac_section.linux_section]
200+
[.tab_content.mac_section]
191201
--
192202
[role='command']
193203
```
194204
./scripts/startKafka.sh
195205
```
196206
--
197207

208+
[.tab_content.linux_section]
209+
--
210+
[role='command']
211+
```
212+
./scripts/startKafka.sh
213+
```
214+
--
198215

199216
Navigate to the `start/system` directory.
200217

@@ -224,7 +241,7 @@ mvn liberty:devc
224241
```
225242
--
226243

227-
[.tab_content.mac_section.linux_section]
244+
[.tab_content.mac_section]
228245
--
229246
[role='command']
230247
```
@@ -235,6 +252,16 @@ mvn liberty:devc
235252
For more information about disabling Ryuk, see the https://java.testcontainers.org/features/configuration/#disabling-ryuk[Testcontainers custom configuration^] document.
236253
--
237254

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+
--
238265

239266
After you see the following message, your Liberty instance is ready in dev mode:
240267

@@ -390,7 +417,15 @@ mvn liberty:devc
390417
```
391418
--
392419

393-
[.tab_content.mac_section.linux_section]
420+
[.tab_content.mac_section]
421+
--
422+
[role='command']
423+
```
424+
mvn liberty:devc
425+
```
426+
--
427+
428+
[.tab_content.linux_section]
394429
--
395430
[role='command']
396431
```

0 commit comments

Comments
 (0)