anandslab / docker-traefik

Docker media and home server stack with Docker Compose, Traefik, Swarm Mode, Google OAuth2/Authelia, and LetsEncrypt
https://www.smarthomebeginner.com/
MIT License
2.88k stars 632 forks source link

thank you + suggestions #7

Closed thefrenchmatt closed 4 years ago

thefrenchmatt commented 4 years ago

I had to start with a thank you, so much effort put into this. I compared and filtered against my own $(docker ps --format "{{ .Image }}" | sort) Here's the things probably relevant and worth mentionning:

BR. Matthieu

PS: almost forgot, npm install -g rekcod and we usually need labels so :

cat << EOF > /tmp/di
docker inspect $1 | grep traefik
docker inspect $1 | rekcod
docker inspect $1 | grep traefik > $PWD/$1_rekcod.md ; docker inspect $1 | rekcod >> $PWD/$1_rekcod.md
echo "info also parsed to "
echo ${PWD}/$1"_rekcod.md"
EOF
chmod +x /tmp/di && sudo mv /tmp/di /usr/local/bin/
anandslab commented 4 years ago

Thank you. Great suggestions. I am adding some right now. Jellyfin, I already had.