4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
# haproxy socks container
|
|
docker run --name haproxy \
|
|
--net macvlan --ip 192.168.86.208 -d --restart=always alpine/haproxy
|