mirror of
https://github.com/domcyrus/rustnet.git
synced 2025-12-30 18:39:52 -06:00
Change license label from MIT to Apache 2.0
This commit is contained in:
@@ -58,10 +58,10 @@ RUN chmod +x /usr/local/bin/rustnet
|
||||
LABEL org.opencontainers.image.title="RustNet"
|
||||
LABEL org.opencontainers.image.description="A cross-platform network monitoring tool with deep packet inspection"
|
||||
LABEL org.opencontainers.image.source="https://github.com/domcyrus/rustnet"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"
|
||||
|
||||
# Important: RustNet requires elevated privileges for packet capture functionality
|
||||
# Run with: docker run --cap-add=NET_RAW --cap-add=NET_ADMIN rustnet
|
||||
# Or with: docker run --privileged rustnet
|
||||
ENTRYPOINT ["rustnet"]
|
||||
CMD ["--help"]
|
||||
CMD ["--help"]
|
||||
|
||||
Reference in New Issue
Block a user