correct a couple typos
This commit is contained in:
parent
547b0c29f0
commit
169418efbd
|
@ -247,8 +247,8 @@ Application containers also tend to be necessary when the application you want
|
||||||
to self-host is _only_ distributed as a Docker image and the maintainers
|
to self-host is _only_ distributed as a Docker image and the maintainers
|
||||||
adamantly refuse to support any other deployment method. This is a _massive_ pet
|
adamantly refuse to support any other deployment method. This is a _massive_ pet
|
||||||
peeve of mine; yes, Docker can make running self-hosted applications easier for
|
peeve of mine; yes, Docker can make running self-hosted applications easier for
|
||||||
inexperienced individuals,[^2] but application orchestration system _does not_
|
inexperienced individuals,[^2] but an application orchestration system _does
|
||||||
fit in every single environment. By refusing to provide proper "manual"
|
not_ fit in every single environment. By refusing to provide proper "manual"
|
||||||
deployment instructions, maintainers of these projects alienate an entire class
|
deployment instructions, maintainers of these projects alienate an entire class
|
||||||
of potential users and it pisses me off.
|
of potential users and it pisses me off.
|
||||||
|
|
||||||
|
@ -369,7 +369,7 @@ log in.
|
||||||
|
|
||||||
### Further tips
|
### Further tips
|
||||||
|
|
||||||
One of the things you mind want to do post-installation is mess around with
|
One of the things you might want to do post-installation is mess around with
|
||||||
profiles. There's a `default` profile in LXD that you can show with `lxc profile
|
profiles. There's a `default` profile in LXD that you can show with `lxc profile
|
||||||
show default`.
|
show default`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue