All Projects → einverne → dockerfile

einverne / dockerfile

Licence: MIT license
A collection of dockerfile I use

Programming Languages

Dockerfile
14818 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to dockerfile

headless-chrome
Implementation of the new headless chrome with chromedriver and selenium.
Stars: ✭ 34 (-62.22%)
Mutual labels:  chromedriver, headless-chrome
Docker Python Chromedriver
Dockerfile for running Python Selenium in headless Chrome (Python 2.7 / 3.6 / 3.7 / 3.8 / Alpine based Python / Chromedriver / Selenium / Xvfb included in different versions)
Stars: ✭ 385 (+327.78%)
Mutual labels:  chromedriver, headless-chrome
Minimal Chrome On Heroku
Getting headless chrome running on heroku
Stars: ✭ 12 (-86.67%)
Mutual labels:  chromedriver, headless-chrome
st2-dockerfiles
StackStorm Dockerfiles (one-service-per-container) to build and push images to the StackStorm Docker registry. Used by stackstorm-ha K8s Helm chart and Docker-compose deployments.
Stars: ✭ 16 (-82.22%)
Mutual labels:  dockerfiles
containers
Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers.
Stars: ✭ 73 (-18.89%)
Mutual labels:  dockerfiles
dusker
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself
Stars: ✭ 28 (-68.89%)
Mutual labels:  chromedriver
ss-v2ray-docker
Deprecated: please use https://hub.docker.com/r/mazy/ss-xray
Stars: ✭ 28 (-68.89%)
Mutual labels:  v2ray
VPN
Personal vpn using v2ray and shadowsocks hosted on heroku
Stars: ✭ 154 (+71.11%)
Mutual labels:  v2ray
kathisto
📦 Server-side rendering for Javascript based web-apps
Stars: ✭ 17 (-81.11%)
Mutual labels:  headless-chrome
scribd-dl
Command-line program to download Scribd documents in pdf format
Stars: ✭ 23 (-74.44%)
Mutual labels:  chromedriver
Insta-Bot
Python bot using Selenium increasing Instagram Followers.
Stars: ✭ 62 (-31.11%)
Mutual labels:  chromedriver
node-headless-chrome
⚠️ 🚧 Install precompiled versions of the Chromium/Chrome headless shell using npm or yarn
Stars: ✭ 20 (-77.78%)
Mutual labels:  headless-chrome
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (-28.89%)
Mutual labels:  chromedriver
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+10%)
Mutual labels:  netdata
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (-50%)
Mutual labels:  chromedriver
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (+20%)
Mutual labels:  headless-chrome
docker-v2ray
A docker-compose deployment for v2ray + WebSocket + TLS setup.
Stars: ✭ 30 (-66.67%)
Mutual labels:  v2ray
generateDeviceScreenshots
A simple command line tool to generate device screenshots of different webpages.
Stars: ✭ 69 (-23.33%)
Mutual labels:  headless-chrome
binary-packages
No description or website provided.
Stars: ✭ 13 (-85.56%)
Mutual labels:  netdata
docker-get
pull* docker images from git repositories
Stars: ✭ 25 (-72.22%)
Mutual labels:  dockerfiles

dockerfile

dockerfile collection

install docker-compose

bash install_docker_compose.sh

If there are any environment variables in the docker-compose.yml file, you should create a .env under the same folder to setup necessary variables.

Environment Files

To keep secrets safe I use .env files in docker-compose.yml for secrets and passwords. If you see variables like $ in docker-compose.yml file, there should be .env file under the same directory.

Usage

Basic usage:

git clone https://github.com/einverne/dockerfile.git
cd application_name/
docker-compose up -d
# to check log
docker-compose logs -f
Application Description Additional
AdGuardHome AdGuard Home is a network-wide software for blocking ads & tracking. More
Anki Sync Server
archivebox
aria2
aurora(极光面板)
Bitwarden
BookStack
cadvisor
calibre-web
chevereto
epic
filebrowser
filerun
flexget
freshrss
frp
funkwhale
go-socks5-proxy
gogs
homer
huginn

Basic tools

docker-h5ai

h5ai is a modern HTTP web server index, require HTTP server and PHP

docker-nginx-google

使用 docker 一键反向代理 Google

netdata

netdata now has the official docker support. Recommend using the official image:

docker run -d --name=netdata \
  -p 19999:19999 \
  -v netdataconfig:/etc/netdata \
  -v netdatalib:/var/lib/netdata \
  -v netdatacache:/var/cache/netdata \
  -v /etc/passwd:/host/etc/passwd:ro \
  -v /etc/group:/host/etc/group:ro \
  -v /proc:/host/proc:ro \
  -v /sys:/host/sys:ro \
  -v /etc/os-release:/host/etc/os-release:ro \
  --restart unless-stopped \
  --cap-add SYS_PTRACE \
  --security-opt apparmor=unconfined \
  netdata/netdata

weibo-rss

将微博内容输出到 RSS

headless-chrome

顾名思义

一些常用镜像

Transmission

ruTorrent

rTorrent 和 ruTorrent 这是个人用过的感觉非常不错的 BitTorrent 客户端。用的也是 LinuxServer 的镜像,不过我自己再上面加了一些扩展,比如主题和插件。

Aria2-with-webui

Jellyfin

Plex

NextCloud

krusader

calibre-web

linuxserver 的 image 有些简陋,所以换用这个

bookstack

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].