Sha256: 6052c9ad023daf8a3fe310c41ca33d77e35cdd4e4899182b1f511f7fe6b36c1b

Contents?: true

Size: 676 Bytes

Versions: 20

Compression:

Stored size: 676 Bytes

Contents

# InDocker

[![Codeship Status for ArtStation/indocker](https://app.codeship.com/projects/bf8888c0-b7e4-0138-fc1f-7e2faa53772a/status?branch=master)](https://app.codeship.com/projects/404716)

Docker Containers Deployment

## Installation

```
$ gem install indocker
```

## Development: Launch example app locally

```ruby
cd example
indocker/bin/deploy -C dev -c ruby -d
```

## Development: Launch example with external host

NOTE: Default external host requires extra permissions.

```ruby
cd example
indocker/bin/deploy -C external -c ruby -d
```

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
indocker-0.3.9 README.md
indocker-0.3.8 README.md
indocker-0.3.7 README.md
indocker-0.3.6 README.md
indocker-0.3.5 README.md
indocker-0.3.4 README.md
indocker-0.3.3 README.md
indocker-0.3.2 README.md
indocker-0.1.18 README.md
indocker-0.3.1 README.md
indocker-0.3.0 README.md
indocker-0.1.17 README.md
indocker-0.1.16 README.md
indocker-0.1.15 README.md
indocker-0.1.14 README.md
indocker-0.1.13 README.md
indocker-0.1.12 README.md
indocker-0.1.11 README.md
indocker-0.1.10 README.md
indocker-0.1.9 README.md