docker build -t ssd -f ssd.Dockerfile .
docker run -d -p 80:80 -v /data:/var/www/html/uploads ssd
- upload files to /public_html/
- Done( Goto https://yourip/)
Note : /upload directory should have write permission)
Live code : https://ssd.initedit.com
ubuntu: apt-get update; apt-get install apache2 php