You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|``compose:CONTAINER``| Use container with docker-compose in current directory |
92
+
|``compose:CONTAINER;path=/path/to/project``| Use container with docker-compose in `/path/to/project` directory |
93
+
|``compose:CONTAINER;path=/path/to/project;file=custom-compose-yml``| Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
94
+
|``compose:CONTAINER;project-name=foobar``| Use container with docker-compose in current directory with project name `foobar`|
95
+
|``compose:CONTAINER;host=example.com``| Use container with docker-compose in current directory with docker host `example.com`|
96
+
|``compose:CONTAINER;env[FOOBAR]=BARFOO``| Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO`|
|``compose://CONTAINER``| Use container with docker-compose in current directory |
101
+
|``compose://CONTAINER?path=/path/to/project``| Use container with docker-compose in `/path/to/project` directory |
102
+
|``compose://CONTAINER?path=/path/to/project&file=custom-compose-yml``| Use container with docker-compose in `/path/to/project` directory and `custom-compose.yml` file |
103
+
|``compose://CONTAINER?project-name=foobar``| Use container with docker-compose in current directory with project name `foobar`|
104
+
|``compose://CONTAINER?host=example.com``| Use container with docker-compose in current directory with docker host `example.com`|
105
+
|``compose://CONTAINER?env[FOOBAR]=BARFOO``| Use container with docker-compose in current directory with env var `FOOBAR` set to `BARFOO`|
0 commit comments