bean_docker 0.1.19 → 0.1.20
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 +8 -0
- data/lib/bean_docker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fa994f1dcafbe21274adbc8f2d82dc545f02398
|
4
|
+
data.tar.gz: 7bb770503710a5103f2531ae5a3fa88ccca8ff33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bba6235ddd98447bb605a625c33d63474d89ccb07f794680e892237a1d0a13b599b090f065f1e4e0743de7215cde3cf951fb6d939637951c8300b803553704d
|
7
|
+
data.tar.gz: 8bc37512ac9acb9d42b34c1342ca57e2be19349f0e2f6be29c6d8d261c9cb003815742ce4d7bb8e0a2ce695a416b33ee88242a3fc686ca887308b27dbee03545
|
data/README.md
CHANGED
@@ -11,6 +11,14 @@ Install this gem on your Elastic Beanstalk Docker instance:
|
|
11
11
|
|
12
12
|
$ gem install bean_docker
|
13
13
|
|
14
|
+
To use this gem, you will need to relax the permissions on the file containing your environment variables:
|
15
|
+
|
16
|
+
$ sudo chmod 664 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration
|
17
|
+
|
18
|
+
And to restore the original permissions:
|
19
|
+
|
20
|
+
$ sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration
|
21
|
+
|
14
22
|
## Usage
|
15
23
|
|
16
24
|
To launch a new container on an Elastic Beanstalk docker instance:
|
data/lib/bean_docker/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bean_docker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Brown
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|