You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Then perform the following commands on the root folder:
84
84
| container | A description of the container to deploy |`any`| <pre>{<br> "command": "ls",<br> "image": "gcr.io/google-containers/busybox"<br>}</pre> | no |
85
85
| cos\_image\_family | The COS image family to use (eg: stable, beta, or dev) |`string`|`"stable"`| no |
86
86
| cos\_image\_name | Name of a specific COS image to use instead of the latest cos family image |`string`|`null`| no |
87
+
| cos\_project | COS project where the image is located |`string`|`"cos-cloud"`| no |
87
88
| restart\_policy | The restart policy for a Docker container. Defaults to `OnFailure`|`string`|`"OnFailure"`| no |
88
89
| volumes | A set of Docker Volumes to configure |`any`|`[]`| no |
0 commit comments