Skip to content

Commit 605cc42

Browse files
duskmossclassabbyamp0x5c
authored
Apply suggestions from code review
(Will flatten) Co-authored-by: classabbyamp <[email protected]> Co-authored-by: 0x5c <[email protected]>
1 parent 44410ad commit 605cc42

File tree

1 file changed

+12
-12
lines changed
  • src/config/containers-and-vms

1 file changed

+12
-12
lines changed

src/config/containers-and-vms/lxc.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,32 +124,32 @@ wrong map is possible, but inconvenient.
124124
Incus provides an alternative interface to LXC's `lxc-*` utilities. However, it
125125
does not require the configuration described in [the previous section](#lxc).
126126

127-
Edit `/etc/rc.conf` and set the `CGROUP_MODE` variable to `unified`. Install the
127+
In `/etc/rc.conf`, set the `CGROUP_MODE` variable to `unified`. Install the
128128
`incus` package, and [enable](../services/index.md#enabling-services) the
129129
`incus` service.
130130

131131
Incus users must be belong to the `_incus-admin` group.
132132

133-
Optionally enable some users to have limited acces to incus as described
133+
Optionally, some users can be given limited access to Incus as described
134134
[here](https://linuxcontainers.org/incus/docs/main/howto/projects_confine/#confine-projects-to-specific-incus-users).
135-
Add users to the `_incus` group, and enable the `incus-user` service
135+
Add users to the `_incus` group, and enable the `incus-user` service.
136136

137137
Note that `incus-user` will initialize the default incus profile when it is
138-
started. To avoid default configuration initialize incus for youself with `incus
138+
started. To avoid default configuration initialize incus for yourself with `incus
139139
admin init` before enabling `incus-user`.
140140

141-
**WARNING:** `incus-user` will also replace the networking config of the default
142-
profile if it appears invalid. runit does not have socket activation so this
143-
happens when when the machine boots instead of when a user attempts to access
144-
it. If the default profile uses a [bridge
145-
interface](../network/index.md#bridge-interfaces) `incus-user` may replace it on
146-
boot.
141+
> Warning: `incus-user` will also replace the networking config of the default
142+
> profile if it appears invalid. runit does not have socket activation so this
143+
> happens when when the machine boots instead of when a user attempts to access
144+
> it. If the default profile uses a [bridge
145+
> interface](../network/index.md#bridge-interfaces) `incus-user` may replace it on
146+
> boot.
147147
148-
To migrate existing LXD setups to incus use the 'lxd-to-incus' binary from the
148+
To migrate existing LXD setups to Incus, use the `lxd-to-incus` tool from the
149149
`incus-tools` package as described
150150
[here](https://linuxcontainers.org/incus/docs/main/howto/server_migrate_lxd/).
151151

152-
To migrate existing LXC containers to incus use the 'lxc-to-incus' binary from
152+
To migrate existing LXC containers to Incus use the `lxc-to-incus` script from
153153
the `incus-tools` package as described
154154
[here](https://linuxcontainers.org/incus/docs/main/howto/migrate_from_lxc/).
155155

0 commit comments

Comments
 (0)