Skip to content

Commit 8b77fee

Browse files
committed
Add --rm to delete container after use
1 parent e566d41 commit 8b77fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chunked_output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NOTE: Creating chunked output is experimental.
1616

1717
Firebird 5.0 Language Reference
1818
```
19-
docker run `
19+
docker run --rm `
2020
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
2121
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
2222
docbook-xslt `
@@ -31,7 +31,7 @@ NOTE: Creating chunked output is experimental.
3131

3232
Firebird 4.0 Language Reference
3333
```
34-
docker run `
34+
docker run --rm `
3535
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
3636
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
3737
docbook-xslt `
@@ -46,7 +46,7 @@ NOTE: Creating chunked output is experimental.
4646

4747
Firebird 3.0 Language Reference
4848
```
49-
docker run `
49+
docker run --rm `
5050
-v D:\Development\firebird-documentation\build\docs\chunk:/output `
5151
-v D:\Development\firebird-documentation\build\docs\asciidoc\docbook:/input `
5252
docbook-xslt `

0 commit comments

Comments
 (0)