sshkit-backend-docker 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/sshkit/backend/docker/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa2060f26c718c9651588e7f609a5d4d39ba540e
|
|
4
|
+
data.tar.gz: 1e42a0fca68ab9bfa2a0bd6f1c5f940e63bf9728
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 964704b2f2e8d3ec70fcb3051a0bdb9a0da53067fc7f254fcf4bdc956ba22379684a4e15294208609e1b439809b03fb285f593a271087ae91d23d9905e509dc4
|
|
7
|
+
data.tar.gz: 25dd918cbbbdbba32dff80e375705747bb77f861705b4caee79a704b45262f0a38c1c2e1ab759feff5990816142fa023a17e610e7d42eaae3f22336ad30bb550
|
data/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# SSHKit::Backend::Docker
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/sshkit-backend-docker)
|
|
4
|
+
|
|
3
5
|
Docker connector backend for SSHKit.
|
|
4
6
|
You can execute commands inside docker container without ssh connection.
|
|
5
7
|
|
|
8
|
+
**If you use capistrano, please refer [capistrano-deploy_into_docker](https://github.com/sugi/capistrano-deploy_into_docker).**
|
|
9
|
+
|
|
6
10
|
## Installation
|
|
7
11
|
|
|
8
12
|
Add this line to your application's Gemfile:
|
|
@@ -21,8 +25,6 @@ Or install it yourself as:
|
|
|
21
25
|
|
|
22
26
|
## Usage
|
|
23
27
|
|
|
24
|
-
**If you use capistrano, please refer [capistrano-deploy_into_docker](https://github.com/sugi/capistrano-deploy_into_docker).**
|
|
25
|
-
|
|
26
28
|
Currently, you need to set `SSHKit.config.backend` to run command with docker backend.
|
|
27
29
|
|
|
28
30
|
```ruby
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sshkit-backend-docker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tatsuki Sugiura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sshkit
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- lib/sshkit/backend/docker.rb
|
|
95
95
|
- lib/sshkit/backend/docker/version.rb
|
|
96
96
|
- lib/sshkit/docker_host_ext.rb
|
|
97
|
-
homepage: http://github.com/sugi/
|
|
97
|
+
homepage: http://github.com/sugi/sshkit-backend-docker
|
|
98
98
|
licenses:
|
|
99
99
|
- MIT
|
|
100
100
|
metadata: {}
|