Skip to content

Commit d24cf91

Browse files
committed
chore: more compose updates in comments
1 parent f599979 commit d24cf91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ func TestContainerWithNoUserID(t *testing.T) {
18541854
}
18551855

18561856
func 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 {

modules/compose/compose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ExampleNewLocalDockerCompose() {
3333

3434
func 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",

0 commit comments

Comments
 (0)