Docs
Doc / Install / Docker
Run OmniEdge in container
Run OmniEdge in container is very easy.
- Sign up your account
- Generate Security-key, and get the Virtual Network ID from Dashboard
- Run the command with your own Security-key and Virtual Network ID:
sudo docker run -d \
-e OMNIEDGE_SECURITYKEY=Security-key \
-e OMNIEDGE_VIRUTALNETWORK_ID="Virtual Network ID" \
--network host \
--privileged \
omniedge/omniedge:latest
If you have more questions, feel free to discuss.
On This Page