1
2
3
4
5
6
docker run \
-d \
--name httpd \
-p 8085:80 \
-v $HOME/sharefile:/usr/local/apache2/htdocs/sharefile \
httpd