-
Hi,
I would like to use DeletionPolicy in a s3 bucket, I have the nex code:
def s3_bucket(self, template_cf):
159 s3bucket = Bucket("S3Bucket")
160 s3bucket.AccessControl = PublicRead…
-
Currently we always refer to `leaguewinspool/webapp-base:latest`. This poses a problem for when a feature branch needs an updated version of the base container. We don't want old branches to use the n…
-
Sorry I am new to docker. I just pull the latest, and want to use language chi_sim in tesseract, but it seems this language support is not installed by default, as it complains:
~/work/tmp$ docker ru…
-
Reproducer:
```
$ docker tag docker.io/hello-world 172.30.104.152:5000/tmp/hello-world:latest
$ docker push 172.30.104.152:5000/tmp/hello-world:latest
The push refers to a repository [172.30.104.152:…
-
Hello,
Sur le master et sur l'esclave, dans la page "Santé zwave", le statut du stick reste à "Neighbors" et la liste des voisines pour le stick zwave est vide. Tout semble fonctionner correctement du…
-
https://github.com/docker/docker/blob/master/docs/userguide/dockerrepos.md#pushing-a-repository-to-docker-hub (the "here" link in that section)
this link works on github viewing the .md files but not…
-
## Use Case:
There are many cases where it would be helpful to allow referenced file(s) (outside of the current build path) to be used but I'll add just one for now to make the issue a bit more concr…
-
Hello,
I was wondering what kind of authentication is possible when using a docker worker. Would it be possible to use ufora on a whole cluster of dockerimages that are running on different machines?…
-
In this page: http://docs.docker.com/engine/userguide/dockerimages/
Instead of "Tip: You recommend you always use a specific tagged image, for example ubuntu:12.04. That way you always know exactly w…
-
I would be nice if we could rename a container (and/or remove the container name)
The problem I face today is that I might depend on container naming to determine if a container is already running, o…