Portainer Documentation
Official Website
Get 5 Nodes of BE Free
Search…
CE 2.11
Welcome
Release Notes
Getting Started
Introduction
Portainer architecture
Requirements and prerequisites
Install Portainer CE
Upgrading Portainer
Using Portainer
Home
Docker/Swarm
Kubernetes
Azure ACI
Edge Compute
Account settings
Administering Portainer
Users
Environments
Registries
Authentication logs
Settings
Frequently Asked Questions
Portainer Concepts
Installing
How do I install Portainer CE?
Can I run Portainer on my configuration?
How do I change the port that Portainer uses?
My host is using SELinux. Can I use Portainer?
Does Portainer support WSL1?
Which ARM architectures does Portainer support?
How can I ensure Portainer's configuration is retained?
How do I enter my Portainer Business license into Portainer CE?
Upgrading
Troubleshooting
Contributing
Advanced Topics
CLI configuration options
App templates
The Portainer Edge Agent
Access control
Reset the admin user's password
Security and compliance
Using your own SSL certificate with Portainer
Using Portainer with reverse proxies
Helm chart configuration options
Deprecated and removed features
API
Accessing the Portainer API
API documentation
API usage examples
Get More Help
YouTube
Slack
Discord
Contribute to Portainer
Contribute
Build instructions
Powered By
GitBook
My host is using SELinux. Can I use Portainer?
If you want to manage a local Docker environment with SELinux enabled, you’ll need to pass the
--privileged
flag to the Docker run command when deploying Portainer:
docker run -d --privileged -p 9443:9443 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data cr.portainer.io/portainer/portainer-ce:2.11.1
You can also take a look at this
helper
.
Previous
How do I change the port that Portainer uses?
Next
Does Portainer support WSL1?
Last modified
6mo ago
Copy link
Edit on GitHub