We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://microshift.io/docs/developer-documentation/local-development/#running-microshift When installing from source on Fedora 35 the package selinux-policy-devel has to be installed beforehand.
# from source sudo dnf install -y selinux-policy-devel (cd packaging/selinux && sudo make install)
microshift version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is not documented correctly:
https://microshift.io/docs/developer-documentation/local-development/#running-microshift
When installing from source on Fedora 35 the package selinux-policy-devel has to be installed beforehand.
What you expected or propose to be documented:
Environment:
microshift version
): maincat /etc/os-release
): Fedora 35uname -a
): 5.16.16-200.fc35.x86_64The text was updated successfully, but these errors were encountered: