About Myself is a simple personal website.
584
About Myself is an attempt to create an About.Me clone but only for myself. Feel free to use this to create your own, I only ask that you leave the footer message in place.
Maintained by: Matt Shields
Docker Hub: About Myself
Where to file issues: https://github.com/mattboston/about-myself
Example Website: Shields.tv
$ docker pull mattshields5/about-myself:latest
$ docker run -d \
--name about-myself-test \
-p 80:80 \
-v "$PWD/data:/app/data:ro" \
--restart=unless-stopped \
mattshields5/about-myself:latest
Then you can hit http://localhost:80 or http://host-ip:80 in your browser.
This project is licensed under the GPL v3 license.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). Use of this project is with no warranty or support, but feel free to open an issue if you find a bug. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
If you find any bugs or issues, please file an issue here with as much detail as you can.
Content type
Image
Digest
sha256:943232ea6…
Size
27.6 MB
Last updated
over 1 year ago
docker pull mattshields5/about-myself