Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 665 Bytes

dol

dockerを使ってインストールなしにいろんなツールを実行するためのスクリプトです。 現在、以下のツールに対応しています。

  • sphinx
  • gatling

Usage

dol [tool] [command...]

Requirements

  • docker
  • bash

準備

  1. リポジトリをcloneします。
  2. cloneしたディレクトリにパスを通します。
  3. 各ツールのimageをつくるために、cloneしたディレクトリで "dol 各ツール名" を実行します。

各ツールの使い方