mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
update base image to minimize image size
This commit is contained in:
8
docker-proxy/README.md
Normal file
8
docker-proxy/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
```bash
|
||||
docker service create \
|
||||
--replicas 1 \
|
||||
--name proxy_docker \
|
||||
--network swarm-net \
|
||||
-p 7001:7001 \
|
||||
newnius/docker-proxy
|
||||
```
|
||||
Reference in New Issue
Block a user