Change license label from MIT to Apache 2.0

This commit is contained in:
Marco Cadetg
2025-09-11 08:20:56 +02:00
committed by GitHub
parent 695d2efa5a
commit 533d2d718c

View File

@@ -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"]