lkrzyzanek / helloworld-image-content

Example image containing basic website content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helloworld-image-content

Example image containing basic website content

Based on alpine linux + rsync installed

Usage

Available on dockerhub under lkrzyzanek/helloworld-image-content

Local Docker

Build:

docker build -t helloworld-image-content .

Run:

# prepare target directory
mkdir /tmp/content
# run rsync copying data to target mounted dir
docker run -it --rm -v /tmp/content/:/target/ helloworld-image-content rsync -avh /content/ /target/
# check target directory
ls /tmp/content

About

Example image containing basic website content

License:Apache License 2.0


Languages

Language:HTML 43.7%Language:JavaScript 43.2%Language:Dockerfile 12.0%Language:CSS 1.0%