File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
* This service will be queried by multiple clients at once and may require some
53
53
form of async concurrency in order to scale efficiently without relying too
54
54
heavily on OS threads.
55
- * Containers will be referenced by their name/tag pair, as per the design
56
- document, meaning only one unique instance of this combination can be created
57
- at any given time.
58
- * Containers will not persist in between individual runs of the application.
55
+ * Containers will be referenced by their name/tag pair, as per the Google Doc,
56
+ meaning only one unique instance of this combination can be created at any
57
+ given time.
58
+ * Containers will _ not _ persist in between individual runs of the application.
59
59
60
60
## Possible improvements
61
61
You can’t perform that action at this time.
0 commit comments