All Projects → bobtfish → Docker Socket Http Proxy

bobtfish / Docker Socket Http Proxy

Simple nginx proxy container for the docker socket

Labels

Projects that are alternatives of or similar to Docker Socket Http Proxy

Flyapi
基于SSM layui 开发的多人博客系统,目标在于让每个人都能精准阅读和专注写作。
Stars: ✭ 16 (+128.57%)
Mutual labels:  nginx
Nginx Auth Proxy
Authentication for multiple services using nginx
Stars: ✭ 22 (+214.29%)
Mutual labels:  nginx
Lor
a fast, minimalist web framework for lua based on OpenResty
Stars: ✭ 930 (+13185.71%)
Mutual labels:  nginx
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+12585.71%)
Mutual labels:  nginx
Nginx Luajit Ws
nginx + nginx-luajit + websocket
Stars: ✭ 19 (+171.43%)
Mutual labels:  nginx
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (+228.57%)
Mutual labels:  nginx
Keyless Solution
The solution of keyless proxy.
Stars: ✭ 16 (+128.57%)
Mutual labels:  nginx
Php Interview
PHP后端开发面试指南。
Stars: ✭ 26 (+271.43%)
Mutual labels:  nginx
Zbx nginx
Zabbix monitoring template for nginx
Stars: ✭ 22 (+214.29%)
Mutual labels:  nginx
Jale
Jale is a blazing fast local development environment for MacOS written in Typescript.
Stars: ✭ 24 (+242.86%)
Mutual labels:  nginx
Ansible Role Htpasswd
Ansible Role - htpasswd
Stars: ✭ 17 (+142.86%)
Mutual labels:  nginx
Docker Testing
Stars: ✭ 18 (+157.14%)
Mutual labels:  nginx
The World Is Yours
Nginx L7 DDoS Protection! And many more features 💥 ⚡️
Stars: ✭ 20 (+185.71%)
Mutual labels:  nginx
Ngx mruby
ngx_mruby - A Fast and Memory-Efficient Web Server Extension Mechanism Using Scripting Language mruby for nginx
Stars: ✭ 891 (+12628.57%)
Mutual labels:  nginx
Meteorn
MeteorN - A Simple Tool to Run Meteor App with an Nginx Reverse Proxy
Stars: ✭ 25 (+257.14%)
Mutual labels:  nginx
Docker Node Nginx Alpine
Dockerfile to build an image with Nginx and Node (npm and yarn) on Alpine Linux
Stars: ✭ 16 (+128.57%)
Mutual labels:  nginx
Docker Php Nginx
Lightwight Docker image for the (latest) PHP-FPM and Nginx based on AlpineLinux
Stars: ✭ 22 (+214.29%)
Mutual labels:  nginx
Gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
Stars: ✭ 937 (+13285.71%)
Mutual labels:  nginx
Ngx mruby Package Builder
Package Builder of ngx_mruby with Docker
Stars: ✭ 25 (+257.14%)
Mutual labels:  nginx
Ansible Nginx Drupal
Ansible role to configure Nginx for running Drupal using perusio's configuration
Stars: ✭ 23 (+228.57%)
Mutual labels:  nginx

docker-socket-http-proxy

A simple nginx instance which proxies the docker socket, allowing you to expose it on a TCP port from the host

Run with:

docker run -d -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock bobtfish/docker-socket-http-proxy

BEWARE - allowing people access to the docker API is functionally equivalent to handing them root permissions :)

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