Define and run multi-container applications with Docker
-
Updated
May 9, 2022 - Go
Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down.
Describe the bug
The method createSubscription(ProjectSubscriptionName name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds)
from the example is deprecated. Probably, we should use createSubscription(String name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds)
, i.e. replace ProjectSubscriptionName name
with String name
.
Released October 16, 2014
Latest release 15 days ago
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.