al

Search

You can find the results of your search below.

docker
41 Hits, Last modified:
====== docker ====== ===== install ===== <code | ubuntu> apt-get install -y ca-certificates curl gnupg lsb-release curl -fsSL https://... .d/docker.list > /dev/null apt update apt-get install -y docker-ce docker-ce-cli containerd.io mkdir /usr/local/lib/docker/cli-plugins -p curl -SL https://github
iptables
2 Hits, Last modified:
to another host ===== SNAT and DNAT <code> IPLOCAL=a.b.c.d IPREMOTE=x.y.z.w echo 1 > /proc/sys/net/... ables -t nat -A POSTROUTING -p tcp -d ${IPREMOTE} --dport 3306 -j SNAT --to-source ${IPLOCAL} </code>