3 lines
131 B
Bash
3 lines
131 B
Bash
|
#!/bin/bash
|
||
|
docker run -d --name privoxy --network macvlan --cpus 2 --memory 1g --restart always --ip 192.168.86.18 alpine/privoxy
|