@@ -68,10 +68,14 @@ Update:
6868- Help: Update the contents of the containers.
6969- Description: This command will either delete a service or add a service with the same method as Create.
7070- Arguments:
71- - --add: Flag to state the addition of a service.
72- - --remove: Flag to state the removal of a service.
71+ - --add: Flag to state the addition of a new service.
72+ - --remove: Flag to state the removal of an existing service.
73+ - --change: Flag to state the change of an existing service.
7374 - --service: Parameter to specify the name of the service.
7475
76+ > [ !NOTE]
77+ > For an update to take place containers must be restarted
78+
7579Build:
7680- Help: Build the files for the containerization.
7781- Description: This command will build the files based on ` data.json ` in case they were not built when running create.
@@ -87,7 +91,8 @@ Backup:
8791Up:
8892- Help: Build the containers and start them. (This will overwrite the data inside with the host data)
8993- Arguments:
90- - --atached: Flag to run the containers in atached mode.
94+ - --attached: Flag to run the containers in attached mode.
95+ - --detach-keys: Combination of keys to detach from the container terminal
9196
9297Down:
9398- Help: Stop the containers and delete them.
@@ -99,14 +104,18 @@ Down:
99104
100105Start:
101106- Help: Start the containers.
102- - Description: This command will
103107
104108Stop:
105109- Help: Stop the containers.
106- - Description: This command will
107110
108111Open:
109- -
112+ - Help: Open the terminal of a service.
113+ - Arguments:
114+ - --service: Name of the service who's container terminal will be opened
115+ - --detach-keys: Combination of keys to detach from the container terminal
116+
117+ > [ !WARNING]
118+ > If you attach to a container terminal and detach with ` ctrl+c ` this will stop the container.
110119
111120## ** Tips & Troubleshooting**
112121- Ensure Docker Desktop is running and you can run ` docker ps ` without errors before invoking the CLI.
0 commit comments