4 lines
90 B
Bash
4 lines
90 B
Bash
|
docker network create mailnet
|
||
|
docker run -d --network=mailnet --name fetchmail fetchmail
|
||
|
|