Commit 4f4282d
committed
feat: Enhance Docker Compose detection and backup functionality
- Added functions to detect if a container is managed by Docker Compose.
- Implemented backup of Docker Compose files and related configurations.
- Updated backup structure to include a dedicated directory for Docker Compose files.
- Enhanced restore script to support Docker Compose containers.
- Updated README to reflect new features and usage examples.
- Added test scripts for validating Docker Compose detection.1 parent 94e2bd3 commit 4f4282d
File tree
5 files changed
+1087
-13
lines changed5 files changed
+1087
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
322 | 347 | | |
323 | 348 | | |
324 | 349 | | |
| |||
413 | 438 | | |
414 | 439 | | |
415 | 440 | | |
| 441 | + | |
416 | 442 | | |
417 | 443 | | |
418 | 444 | | |
| |||
438 | 464 | | |
439 | 465 | | |
440 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
441 | 484 | | |
442 | 485 | | |
443 | 486 | | |
| |||
451 | 494 | | |
452 | 495 | | |
453 | 496 | | |
454 | | - | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
455 | 516 | | |
456 | 517 | | |
457 | 518 | | |
| |||
506 | 567 | | |
507 | 568 | | |
508 | 569 | | |
509 | | - | |
| 570 | + | |
510 | 571 | | |
511 | 572 | | |
512 | 573 | | |
| |||
531 | 592 | | |
532 | 593 | | |
533 | 594 | | |
534 | | - | |
| 595 | + | |
535 | 596 | | |
536 | 597 | | |
537 | 598 | | |
| |||
0 commit comments