2 lines
81 B
Bash
2 lines
81 B
Bash
#!/usr/bin/env bash
|
|
docker network create -d bridge --subnet=10.5.1.0/16 lbrynet
|