3 lines
127 B
Bash
Executable File
3 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
docker run -d --name sockd --network macvlan --cpus 2 --memory 1g --restart always --ip 192.168.86.18 alpine/dante
|