-
Hi,
in the 6 versions of the image, the session-timeout of web.xml that is meant to be in minutes, is not converted to seconds in maxInactiveInterval.
It works on other image versions, where 30 minute…
-
```
Client:
Version: 1.9.0
API version: 1.21
Go version: go1.4.2
Git commit: 76d6bc9
Built: Tue Nov 3 17:43:42 UTC 2015
OS/Arch: linux/amd64
Server:
Version: 1.9.0…
gionn updated
8 years ago
-
Hi,
I never configured `/etc/hostname` with the FQDN, but this cookbooks seems to do it by default.
In fact, if I put a 64 characters long hostname (that is a valid size for an hostname):
```
nod…
gionn updated
8 years ago
-
```
$ docker run -ti -e DATABASE_URL=postgres://postgres@cloudesire_pg_1:5432/cloudesire-test -p 8080:8080 bmorton/pghero
Unable to find image 'bmorton/pghero:latest' locally
latest: Pulling from bmor…
gionn updated
8 years ago
-
Hi,
I am getting a validation error, but I am not using any of the specified attributes on docker_container.
```
* docker_container[app_net_host] action run …
gionn updated
8 years ago
-
Issue with docker 1.9.0
```
Docker::Error::ConflictError
----------------------------
Conflicting options: -h and the network mode (--net)
Cookbook Trace:
…
-
Here is my recipe...
``` ruby
docker_image 'artifactory-oss' do
repo 'jfrog-docker-registry.bintray.io/jfrog/artifactory-oss'
action :pull_if_missing
end
docker_container 'artifactory' do
repo…
-
This was my previously working docker-compose.yml:
```
broker:
image: cloudesire/activemq
ports:
- "61616:61616"
- "8161:8161"
pg:
image: postgres:9.3
ports:
- "5432:5432"
volum…
gionn updated
9 years ago
-
Hi,
I am using the very basic **Getting Started** istructions, but no graph is displayed, console shows:
```
SyntaxError: reserved word 'class' can't be assigned
http://coffeescript.org/extras/coffe…
gionn updated
9 years ago
-
We run in to the same stacktrace of issue #356
```
[staging-test] out: * docker_image[progrium/consul] action pull
================================================================================…