@@ -63,21 +63,26 @@ If no command is provided, the script will prompt you for one.
6363
6464### Available commands:
6565
66- - ` init ` – Initialize Docker username and project name
67- - ` login ` – Log in to Docker registry
68- - ` pull ` – Pull Docker image
69- - ` push ` – Push Docker image
70- - ` build ` – Build Docker image
71- - ` create ` – Start containers (Docker Compose)
72- - ` close ` – Stop containers (Docker Compose)
73- - ` recreate ` – Restart containers (close + create)
74- - ` start ` – Start stopped containers
75- - ` stop ` – Stop running containers
76- - ` help ` – Display help message
66+ | Commande | Description |
67+ | ---------- | ------------------------------------------- |
68+ | ` init ` | Initialize Docker username and project name |
69+ | ` login ` | Log in to Docker registry |
70+ | ` pull ` | Pull Docker image |
71+ | ` push ` | Push Docker image |
72+ | ` build ` | Build Docker image |
73+ | ` create ` | Start containers (Docker Compose) |
74+ | ` close ` | Stop containers (Docker Compose) |
75+ | ` recreate ` | Restart containers (close + create) |
76+ | ` start ` | Start stopped containers |
77+ | ` stop ` | Stop running containers |
78+ | ` help ` | Display help message |
79+
7780
7881### Options:
7982
80- - ` --env-file <path> ` – Specify a custom ` .env ` file for Docker Compose (default: ` /dev/null ` )
83+ | Option | Description |
84+ | ------------------- | ---------------------------------------------------------------------- |
85+ | ` --env-file <path> ` | Specify a custom ` .env ` file for Docker Compose (default: ` /dev/null ` ) |
8186
8287---
8388
0 commit comments