gcb-docker-compose icon indicating copy to clipboard operation
gcb-docker-compose copied to clipboard

Example on how to run integration tests on Google Container Builder, using docker-compose.

Results 3 gcb-docker-compose issues
Sort by recently updated
recently updated
newest added

Im trying to use that strategy here and cant connect to containers started from docker-compose.yaml file

HI, I'm trying to connect directly to the redis server from the integration test by adding a `container_name` to the redis service in the compose yaml like this: ``` version:...

By using redis pubsub. The problem with the current implementation would come up if this counter is replicated, in which case a watcher could miss value if the update happens...