File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1854,7 +1854,7 @@ func TestContainerWithNoUserID(t *testing.T) {
18541854}
18551855
18561856func TestGetGatewayIP (t * testing.T ) {
1857- // When using docker- compose with DinD mode, and using host port or http wait strategy
1857+ // When using docker compose with DinD mode, and using host port or http wait strategy
18581858 // It's need to invoke GetGatewayIP for get the host
18591859 provider , err := providerType .GetProvider (WithLogger (TestLogger (t )))
18601860 if err != nil {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ func ExampleNewLocalDockerCompose() {
3333
3434func ExampleLocalDockerCompose () {
3535 _ = LocalDockerCompose {
36- Executable : "docker- compose" ,
36+ Executable : "docker compose" ,
3737 ComposeFilePaths : []string {
3838 "/path/to/docker-compose.yml" ,
3939 "/path/to/docker-compose-1.yml" ,
You can’t perform that action at this time.
0 commit comments