aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-01-12 18:17:55 +0800
committercrupest <crupest@outlook.com>2024-01-12 18:17:55 +0800
commit6bb2b07e270707f7df0f106159c4e0e9048ea699 (patch)
treee99e0fa8170e284db5ce8239403c7457c99ae07e /docker
parenta459ea7b83d4b3394cde8889c61c0a8a6f73464d (diff)
downloadcrupest-6bb2b07e270707f7df0f106159c4e0e9048ea699.tar.gz
crupest-6bb2b07e270707f7df0f106159c4e0e9048ea699.tar.bz2
crupest-6bb2b07e270707f7df0f106159c4e0e9048ea699.zip
docker(secret): build image by ourselves.
Diffstat (limited to 'docker')
-rw-r--r--docker/crupest-v2ray/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/crupest-v2ray/Dockerfile b/docker/crupest-v2ray/Dockerfile
new file mode 100644
index 0000000..003b545
--- /dev/null
+++ b/docker/crupest-v2ray/Dockerfile
@@ -0,0 +1,6 @@
+FROM alpine:edge
+
+RUN apk add --no-cache v2ray
+
+ENTRYPOINT [ "/usr/bin/v2ray" ]
+