Skip to content

TDMW/dockercontainerhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container Hub

Built with Eleventy

docker hub preview

Probably the most overly complicated list I'll ever build but who cares. I've got some Docker containers running on Pi's/my NAS at home and once in a while I need to restart them or adjust stuff. Most of the times I do this from my mobile phone, but I tend to forget the ports I mapped the containers to. I could just save them as bookmarks, keep a list somewhere in my notes, look them up in my history or do tons of stuff to remember the links to the ports. But I decided to play around with Eleventy and build a page that shows a list of all my containers, based on markdown files, which automatically deploys & rebuilds whenever I commit a new markdown file. Because why not.

Installation/Setup

  1. Clone this repo
  2. run npm install
  3. Add a .md file in the 'containers' folder or edit the default one
  4. Use this markdown template:
---
containerTitle: Container Title
containerDescription: Small description
containerLink: https://linktocontainer.com
containerLogo: https://linktologo.com/logo.png
---
  1. Run eleventy --serve in the root of the project
  2. Kaboom

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published