Docker and Logs

docker run -v /opt/email-scan/logs:/share/email-scan/logs -d -p 8004:8004 -e RUNNING_ENV=stage --name $(NAME) $(REPOSITORY)/$(IMAGE):$(TAG)

猜你喜欢

转载自sillycat.iteye.com/blog/2269385