Commit 33edad5
update to use maven wrapper (#232)
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* update to use maven wrapper
Signed-off-by: Gilbert Kwan <[email protected]>
* Update README.adoc
* Update README to use
Usage: docker compose [OPTIONS] COMMAND
Define and run multi-container applications with Docker
Options:
--all-resources Include all resources, even those not used by services
--ansi string Control when to print ANSI control characters ("never"|"always"|"auto") (default "auto")
--compatibility Run compose in backward compatibility mode
--dry-run Execute command in dry run mode
--env-file stringArray Specify an alternate environment file
-f, --file stringArray Compose configuration files
--parallel int Control max parallelism, -1 for unlimited (default -1)
--profile stringArray Specify a profile to enable
--progress string Set type of progress output (auto, tty, plain, json, quiet) (default "auto")
--project-directory string Specify an alternate working directory
(default: the path of the, first specified, Compose file)
-p, --project-name string Project name
Commands:
attach Attach local standard input, output, and error streams to a service's running container
build Build or rebuild services
commit Create a new image from a service container's changes
config Parse, resolve and render compose file in canonical format
cp Copy files/folders between a service container and the local filesystem
create Creates containers for a service
down Stop and remove containers, networks
events Receive real time events from containers
exec Execute a command in a running container
export Export a service container's filesystem as a tar archive
images List images used by the created containers
kill Force stop service containers
logs View output from containers
ls List running compose projects
pause Pause services
port Print the public port for a port binding
ps List containers
pull Pull service images
push Push service images
restart Restart service containers
rm Removes stopped service containers
run Run a one-off command on a service
scale Scale services
start Start services
stats Display a live stream of container(s) resource usage statistics
stop Stop services
top Display the running processes
unpause Unpause services
up Create and start containers
version Show the Docker Compose version information
wait Block until containers of all (or specified) services stop.
watch Watch build context for service and rebuild/refresh containers when files are updated
Run 'docker compose COMMAND --help' for more information on a command.
Signed-off-by: Dev Agarwal <[email protected]>
* Update README.adoc
---------
Signed-off-by: Gilbert Kwan <[email protected]>
Signed-off-by: Dev Agarwal <[email protected]>
Co-authored-by: Dev Agarwal <[email protected]>1 parent 449c763 commit 33edad5
File tree
11 files changed
+1188
-34
lines changed- .github/workflows
- finish
- .mvn/wrapper
- scripts
- start
- .mvn/wrapper
11 files changed
+1188
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 113 | + | |
117 | 114 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
121 | 148 | | |
122 | 149 | | |
123 | 150 | | |
| |||
149 | 176 | | |
150 | 177 | | |
151 | 178 | | |
152 | | - | |
| 179 | + | |
153 | 180 | | |
154 | 181 | | |
155 | 182 | | |
| |||
171 | 198 | | |
172 | 199 | | |
173 | 200 | | |
174 | | - | |
| 201 | + | |
175 | 202 | | |
176 | 203 | | |
177 | 204 | | |
| |||
209 | 236 | | |
210 | 237 | | |
211 | 238 | | |
212 | | - | |
| 239 | + | |
213 | 240 | | |
214 | 241 | | |
215 | 242 | | |
216 | | - | |
| 243 | + | |
217 | 244 | | |
218 | 245 | | |
219 | | - | |
| 246 | + | |
220 | 247 | | |
221 | 248 | | |
222 | 249 | | |
223 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
224 | 272 | | |
225 | 273 | | |
226 | | - | |
| 274 | + | |
227 | 275 | | |
| 276 | + | |
228 | 277 | | |
229 | 278 | | |
230 | 279 | | |
| |||
272 | 321 | | |
273 | 322 | | |
274 | 323 | | |
275 | | - | |
| 324 | + | |
276 | 325 | | |
277 | 326 | | |
278 | 327 | | |
279 | | - | |
| 328 | + | |
280 | 329 | | |
281 | 330 | | |
282 | 331 | | |
283 | 332 | | |
284 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
285 | 355 | | |
286 | | - | |
| 356 | + | |
287 | 357 | | |
| 358 | + | |
288 | 359 | | |
289 | 360 | | |
290 | 361 | | |
| |||
296 | 367 | | |
297 | 368 | | |
298 | 369 | | |
299 | | - | |
| 370 | + | |
300 | 371 | | |
301 | 372 | | |
302 | 373 | | |
| |||
347 | 418 | | |
348 | 419 | | |
349 | 420 | | |
350 | | - | |
| 421 | + | |
351 | 422 | | |
352 | 423 | | |
353 | 424 | | |
| |||
436 | 507 | | |
437 | 508 | | |
438 | 509 | | |
439 | | - | |
| 510 | + | |
440 | 511 | | |
441 | 512 | | |
442 | 513 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments