Smallest docker image for share static files
125
fast share static file, docker image - 80kb
mkdir websharepublic && touch websharepublic/httpd.conf
docker run -itd -p 3000:3000 -v ./websharepublic:/home/static domorelivelonger/fastshare:first
after, just copy your files to dir "websharepublic" and change permissions chown -R static:static websharepublic
Content type
Image
Digest
sha256:c1ca00281…
Size
47.9 kB
Last updated
over 1 year ago
docker pull domorelivelonger/fastshare:first