All Projects → y0ngb1n → dockerized

y0ngb1n / dockerized

Licence: other
🐳 Build once, run anywhere

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to dockerized

Dockerize Your Dev
Docker compose a VM to get LetsEncrypt / NGINX proxy auto provisioning, ELK logging, Prometheus / Grafana monitoring, Portainer GUI, and more...
Stars: ✭ 61 (-12.86%)
Mutual labels:  docker-compose, grafana, nginx-proxy
Server Setup
Home Server Setup
Stars: ✭ 59 (-15.71%)
Mutual labels:  docker-compose, grafana, bitwarden
Pi Hole Monitoring
Monitoring Pi-Hole statistics with Grafana
Stars: ✭ 196 (+180%)
Mutual labels:  docker-compose, grafana, pi-hole
Docker Traefik Prometheus
A Docker Swarm Stack for monitoring Traefik with Promethues and Grafana
Stars: ✭ 215 (+207.14%)
Mutual labels:  docker-compose, grafana
Usenet Docker
Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.
Stars: ✭ 153 (+118.57%)
Mutual labels:  docker-compose, nginx-proxy
Nginx Proxy Automation
Automated docker nginx proxy integrated with letsencrypt.
Stars: ✭ 2,302 (+3188.57%)
Mutual labels:  docker-compose, nginx-proxy
Filterlist-for-AdGuard-or-PiHole
A very aggressive filter-list that consolidates over 370 lists for use in AdGuard Home, Pi-Hole or similar.
Stars: ✭ 349 (+398.57%)
Mutual labels:  pi-hole, adguard-home
ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (-40%)
Mutual labels:  grafana, traefik
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-60%)
Mutual labels:  grafana, traefik
metalnetes
Create and manage multiple Kubernetes clusters using KVM on a bare metal Fedora 29 server. Includes helm + rook-ceph + nginx ingress + the stock analysis engine (jupyter + redis cluster + minio + automated cron jobs for data collection) - works on Kubernetes version v1.16.0 - 1.16.3 was not working
Stars: ✭ 37 (-47.14%)
Mutual labels:  grafana, minio
home-assistant-addons
Alex's Home Assistant Add-ons
Stars: ✭ 28 (-60%)
Mutual labels:  traefik, bitwarden
geostat
GeoStat, Python script for parsing Nginx and Apache logs files and getting GEO data from incoming IP's.
Stars: ✭ 50 (-28.57%)
Mutual labels:  grafana, nginx-proxy
Beyond Jupyter
🐍💻📊 All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker" (incl. Slides, Video, Udemy MOOC & other References)
Stars: ✭ 135 (+92.86%)
Mutual labels:  docker-compose, minio
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (+70%)
Mutual labels:  docker-compose, nginx-proxy
Pingprom
Prometheus uptime monitoring quickstart
Stars: ✭ 107 (+52.86%)
Mutual labels:  docker-compose, grafana
infrastructure
Flux based GitOps repository for my home lab infrastructure.
Stars: ✭ 14 (-80%)
Mutual labels:  grafana, traefik
Docker Compose
Collection of my docker-compose.yml files
Stars: ✭ 52 (-25.71%)
Mutual labels:  docker-compose, nginx-proxy
docker-reverse-proxies
Sample usage for various reverse proxies in Docker setups
Stars: ✭ 43 (-38.57%)
Mutual labels:  nginx-proxy, traefik
DoTH-DNS
Your server doth DNS the safe way if you use DoTH-DNS.
Stars: ✭ 26 (-62.86%)
Mutual labels:  pi-hole, traefik
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (-71.43%)
Mutual labels:  grafana, nginx-proxy

𝑫𝒐𝒄𝒌𝒆𝒓𝒊𝒛𝒆𝒅

🐳 一处构建,处处运行 🚢

Author Docker Hub Made with ❤ GitHub Stars GitHub Forks Follow Me

Happy Docker


一键安装 𝑫𝒐𝒄𝒌𝒆𝒓 GitHub stable release

curl -fsSL https://get.docker.com | bash

一键安装 𝑪𝒐𝒎𝒑𝒐𝒔𝒆 GitHub stable release

Compose 既然是一个 Python 应用,自然也可以直接用容器来执行它:

export DOCKER_COMPOSE_VERSION=1.24.0
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/run.sh > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

⚗️ 资源推荐

镜像加速

在线体验

实用工具

库名 简述 Stars
watchtower 自动更新 Docker 容器 GitHub stars
docker-gc 容器和镜像的垃圾回收器 GitHub stars
docker-slim 面向容器的神奇减肥药 GitHub stars
ctop 容器的类顶层接口 GitHub stars
portainer 一款 Docker 可视化管理工具 GitHub stars
lazydocker 基于终端的一个可视化查询工具 GitHub stars

开源仓库

库名 简述 Stars
docker-cheat-sheet Docker Cheat Sheet GitHub stars
docker_practice Docker — 从入门到实践 GitHub stars
awesome-docker A curated list of Docker resources and projects GitHub stars
awesome-selfhosted Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers. GitHub stars
distroless Language focused docker images, minus the operating system GitHub stars
gcr GCR 同步仓库 GitHub stars

同类仓库

库名 简述 Stars
dockerfiles Various Dockerfiles I use on the desktop and on servers GitHub stars
dockerfiles A collection of delicious docker recipes GitHub stars
dockerfile 该仓库存放了作者工作、生活中需要用到的 Dockerfile GitHub stars

Dockerized 推动者

维护者 简述
@bitnami Bitnami Container Images for Docker
@sameersbn Software Engineer @bitnami

Kubernetes (K8s)

库名 简述 Stars
awesome-kubernetes A curated list for awesome kubernetes sources GitHub stars
kubernetes-learning 从 Docker 到 Kubernetes 进阶 GitHub stars
follow-me-install-kubernetes-cluster 和我一步步部署 Kubernetes 集群 GitHub stars
kubernetes-handbook Kubernetes 中文指南/云原生应用架构实践手册 GitHub stars
kubernetes-handbook Kubernetes 指南 GitHub stars
kubernetes-basicLearning 从 0 开始教你学会 K8S GitHub stars
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].