Skip to content

Utility to run the dinghy-http-proxy with native docker

Notifications You must be signed in to change notification settings

aj-may/docker-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

docker-proxy

A utility that helps manage a Docker container running codekitchen's http-proxy on MacOS using Docker for Mac. For Linux support see my new project below. For more information about the proxy, see https://github.com/codekitchen/dinghy-http-proxy

New Version

I've completely re-written this tool and have given it a new name! Check it out here https://github.com/aj-may/dotdocker 👈

Installation

To install the proxy, run the following command:

curl -sL https://raw.githubusercontent.com/aj-may/docker-proxy/master/install.sh | bash

NOTE: If you first cd into a directory within your path, you will be able to run this utility from any command line afterwards. Normally it's best to put this in /usr/local/bin.

Usage

docker-proxy status      Prints the status of the docker proxy.
docker-proxy start       Starts the docker proxy.
docker-proxy stop        Stops the docker proxy.
docker-proxy restart     Restarts the docker proxy.
docker-proxy update      Pulls the latest image for the docker proxy container.
docker-proxy help        Show this message.
docker-proxy version     Print the version number.

About

Utility to run the dinghy-http-proxy with native docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages