Commit Graph

7 Commits

Author SHA1 Message Date
Jess Frazelle 75e96fd226 Update `gcloud docker` commands to use `gcloud docker -- ARGS`
We can then avoid the following warning:
```
WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017.
This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior.
```

Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-10 13:42:34 -07:00
David McMahon b222f28cb9 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
Paul Morie ba54aa4a61 Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Paul Morie 808e01d9d2 Add boilerplate checks for Makefiles 2016-02-03 18:35:26 -05:00
Dr. Stefan Schimanski 2bd9902aab Add Makefile to build examples/cluster-dns images 2015-11-11 17:18:35 +01:00
Dr. Stefan Schimanski 715b6c8ea4 Base cluster-dns on python:2.7-slim image
- 79 instead of 263 MB
- does not trigger the docker-pull freeze bug
2015-11-11 17:15:53 +01:00
Deyuan Deng 34f35445d5 Add a simple DNS example 2015-05-13 22:32:10 -04:00