Skip to content

Commit 9b99116

Browse files
authored
Merge pull request opencontainers#636 from RobDolinMS/patch-16
[Config Solaris] Add anchor tags for headings
2 parents a739174 + 5840d69 commit 9b99116

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

config-solaris.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Solaris Application Container Configuration
1+
# <a name="solarisApplicationContainerConfiguration" />Solaris Application Container Configuration
22

33
Solaris application containers can be configured using the following properties, all of the below properties have mappings to properties specified under zonecfg(8) man page, except milestone.
44

5-
## milestone
5+
## <a name="configSolarisMilestone" />milestone
66
The SMF(Service Management Facility) FMRI which should go to "online" state before we start the desired process within the container.
77

88
**`milestone`** *(string, OPTIONAL)*
@@ -12,7 +12,7 @@ The SMF(Service Management Facility) FMRI which should go to "online" state befo
1212
"milestone": "svc:/milestone/container:default"
1313
```
1414

15-
## limitpriv
15+
## <a name="configSolarisLimitpriv" />limitpriv
1616
The maximum set of privileges any process in this container can obtain.
1717
The property should consist of a comma-separated privilege set specification as described in priv_str_to_set(3C) man page for the respective release of Solaris.
1818

@@ -23,7 +23,7 @@ The property should consist of a comma-separated privilege set specification as
2323
"limitpriv": "default"
2424
```
2525

26-
## maxShmMemory
26+
## <a name="configSolarisMaxShmMemory" />maxShmMemory
2727
The maximum amount of shared memory allowed for this application container.
2828
A scale (K, M, G, T) can be applied to the value for each of these numbers (for example, 1M is one megabyte).
2929
Mapped to max-shm-memory in zonecfg(8) man page.
@@ -35,7 +35,7 @@ Mapped to max-shm-memory in zonecfg(8) man page.
3535
"maxShmMemory": "512m"
3636
```
3737

38-
## cappedCPU
38+
## <a name="configSolarisCappedCpu" />cappedCPU
3939
Sets a limit on the amount of CPU time that can be used by a container.
4040
The unit used translates to the percentage of a single CPU that can be used by all user threads in a container, expressed as a fraction (for example, .75) or a mixed number (whole number and fraction, for example, 1.25).
4141
An ncpu value of 1 means 100% of a CPU, a value of 1.25 means 125%, .75 mean 75%, and so forth.
@@ -51,7 +51,7 @@ cappedCPU is mapped to capped-cpu in zonecfg(8) man page.
5151
}
5252
```
5353

54-
## cappedMemory
54+
## <a name="configSolarisCappedMemory" />cappedMemory
5555
The physical and swap caps on the memory that can be used by this application container.
5656
A scale (K, M, G, T) can be applied to the value for each of these numbers (for example, 1M is one megabyte).
5757
cappedMemory is mapped to capped-memory in zonecfg(8) man page.
@@ -67,9 +67,9 @@ cappedMemory is mapped to capped-memory in zonecfg(8) man page.
6767
}
6868
```
6969

70-
## Network
70+
## <a name="configSolarisNetwork" />Network
7171

72-
### Automatic Network (anet)
72+
### <a name="configSolarisAutomaticNetwork" />Automatic Network (anet)
7373
anet is specified as an array that is used to setup networking for Solaris application containers.
7474
The anet resource represents the automatic creation of a network resource for an application container.
7575
The zones administration daemon, zoneadmd, is the primary process for managing the container's virtual platform.

0 commit comments

Comments
 (0)