3 lines
159 B
Bash
Executable File
3 lines
159 B
Bash
Executable File
#! /bin/bash
|
|
|
|
docker create --name aircon -e TZ=Asia/Shanghai --hostname=aircon --net=host --restart=always -v /data/docker/aircon/:/data/aircon/ aircon:latest |