docker run --name mymariadb -d -p 13306:3306 -e MARIADB_ROOT_PASSWORD=123456 mariadbdocker run里--和-的区别?哪位知道。
-- 全称 - 是缩写 --name 等价于 -n