5 lines
92 B
Bash
5 lines
92 B
Bash
#!/usr/bin/env bash
|
|
|
|
# 启动镜像,进入命令行
|
|
docker run -it --net="host" webtrader
|