@@ -173,47 +173,6 @@ scenic-icehouse-web-3291896318-rsekj up (v2)
173173scenic-icehouse-web-3291896318-vokg7 up (v2)
174174```
175175
176- ## Stop or Start Processes
177-
178- Applications deployed on Drycc Workflow,we can stop or start processes via the [ process model] [ ] .
179- Use ` drycc ps:stop ` to stop the processes, and ` drycc ps:start ` to start the processes
180-
181- ```
182- $ drycc ps -a echoed-lollipop
183- === echoed-lollipop Processes
184- --- background (started): 1
185- echoed-lollipop-background-794c749dc4-yf8kh up (v2)
186- --- web (started): 3
187- echoed-lollipop-web-67cfc78bdc-7lord up (v2)
188- echoed-lollipop-web-67cfc78bdc-rsekj up (v2)
189- echoed-lollipop-web-67cfc78bdc-vokg7 up (v2)
190- ```
191-
192- In this example, we are stopping the process type ` background ` and ` web ` .
193-
194- ```
195- $ drycc ps:stop background web -a echoed-lollipop
196- Scaling processes... but first, coffee!
197- done in 3s
198- === echoed-lollipop Processes
199- --- background (stopped): 1
200- --- web (stopped): 3
201- ```
202-
203- In this example, we are starting the process ` web ` , and keep the process ` background ` stopping.
204-
205- ```
206- $ drycc ps:start web
207- Scaling processes... but first, coffee!
208- done in 4s
209- === echoed-lollipop Processes
210- --- background (stopped): 1
211- --- web (started): 3
212- echoed-lollipop-web-67cfc78bdc-4z2hw up (v2)
213- echoed-lollipop-web-67cfc78bdc-fdx4n up (v2)
214- echoed-lollipop-web-67cfc78bdc-h2vxf up (v2)
215- ```
216-
217176## Get a Shell to a Running Container
218177
219178Verify that the container is running:
0 commit comments