Add metadata to image

This commit is contained in:
Jordan Webb 2022-08-20 09:26:17 -05:00
parent d238fef2e9
commit 704fc1dbe5
No known key found for this signature in database
GPG key ID: C341950C47B6CE14
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