Add metadata to image

This commit is contained in:
Jordan Webb 2022-08-20 09:26:17 -05:00 committed by Jordan Webb
parent 11ed078257
commit 0affd64fc8
2 changed files with 13 additions and 0 deletions

View file

@ -13,3 +13,7 @@ COPY --from=build /usr/src/wireproxy/wireproxy /usr/bin/wireproxy
VOLUME [ "/etc/wireproxy"]
ENTRYPOINT [ "/usr/bin/wireproxy" ]
CMD [ "--config", "/etc/wireproxy/config" ]
LABEL org.opencontainers.image.title wireproxy
LABEL org.opencontainers.image.description "Wireguard client that exposes itself as a socks5 proxy"
LABEL org.opencontainers.image.licenses ISC