doc: Add build instruction on AlpineLinux #258
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds Incus build instruction on AlpineLinux.
Motivation
AlpineLinux is lightweight Linux distro suitable for containers and virtualization even as host operating system.
Add build and running instruction of Incus on AlpineLinux, so Incus can be used by wider users.
See the forum reference link above for my personal use-case of AlpineLinux and Incus.
Possible considerations on PR
Heading prefix of instruction on other Linux distros
I used
Other distros: [distro name here]
in the commit but I'd like to accept suggestion for better prefix. The final ToC will look like:Emphasis as header
The commit includes 4th heading to describe why specific commands is used to resolve build time issues. If you think it's going to mess up the ToC, consider to allow the rule
MD036
or replace with list.% make doc-lint | grep -i installing.md .tmp/doc/installing.md:273: MD036 Emphasis used instead of a header
Currently lint result on
installing.md
has no problem.#### `make`: gettext.cgo2.c:(.text+0x2b9): undefined reference to `libintl_gettext'
MD036
Future considerations
forum-18391
. (https://discuss.linuxcontainers.org/t/add-documentation-of-incus-compile-instruction-on-alpinelinux/18391/2?u=hojeong-go)