We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39f57f commit 51a9a54Copy full SHA for 51a9a54
examples/emulator_runner.go
@@ -93,6 +93,7 @@ func startEmulator() error {
93
Image: "gcr.io/cloud-spanner-emulator/emulator",
94
ExposedPorts: nat.PortSet{"9010": {}},
95
}, &container.HostConfig{
96
+ AutoRemove: true,
97
PortBindings: map[nat.Port][]nat.PortBinding{"9010": {{HostIP: "0.0.0.0", HostPort: "9010"}}},
98
}, nil, nil, "")
99
if err != nil {
0 commit comments