面试题答案
一键面试#!/bin/bash
docker run -d \
--name my - app - container \
-e APP_ENV=production \
-v /var/log/my - app:/app/logs \
ubuntu
#!/bin/bash
docker run -d \
--name my - app - container \
-e APP_ENV=production \
-v /var/log/my - app:/app/logs \
ubuntu