Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 859 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 859 Bytes

devstep-squid3-ssl

A plugin for automatically configuring Devstep containers created by its CLI to use a Squid3 caching proxy with SSL enabled in order to reduce the time taken during the dependencies installation process.

Installation

mkdir -p $HOME/devstep/plugins
git clone https://github.com/fgrehm/devstep-squid3-ssl.git $HOME/devstep/plugins/squid3-ssl

Usage

First you'll need to start the Squid3 container making use of the provided bash script:

$HOME/devstep/plugins/squid3-ssl/start-container

Then every time you create containers with the devstep command, it will be set up to use the caching proxy.

More information

http://fgrehm.viewdocs.io/devstep/cli/plugins