Skip to content

Commit

Permalink
Docs: Move autoRemove at its proper place in the config list
Browse files Browse the repository at this point in the history
The list of configuration options is alphabetically sorted, so autoRemove belongs to the start of the list
  • Loading branch information
rhuss authored Feb 14, 2023
1 parent 8fb2067 commit 1bf9b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/asciidoc/inc/start/_configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ The `<run>` configuration element knows the following sub elements:
|===
| Element | Description

| *autoRemove*
| If `true` automatically remove the container when it exits. This has no effect if <<start-restart, Restart Policy>> has been set.

| *capAdd*
| List of `add` elements to specify kernel parameters to add to the container.

Expand Down Expand Up @@ -113,9 +116,6 @@ a| *This option is deprecated, please use a `containerNamePattern` instead* Nami
| *readOnly*
| If `true` mount the container's root filesystem as read only

| *autoRemove*
| If `true` automatically remove the container when it exits. This has no effect if <<start-restart, Restart Policy>> has been set.

| <<start-restart, *restartPolicy*>>
| Restart Policy

Expand Down

0 comments on commit 1bf9b36

Please sign in to comment.