File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,13 @@ shinydocker::stop_container()
229
229
#| label: cleanup
230
230
#| eval: false
231
231
# Remove containers for a specific app
232
- shinydocker::cleanup_containers ("path/to/your/shinyapp")
232
+ shinydocker::cleanup_container ("path/to/your/shinyapp")
233
233
234
234
# Remove all shinydocker containers and images
235
- shinydocker::cleanup_containers (remove_images = TRUE, force = TRUE)
235
+ shinydocker::cleanup_container (remove_images = TRUE, force = TRUE)
236
236
237
237
# Clean up and run docker system prune
238
- shinydocker::cleanup_containers (prune = TRUE)
238
+ shinydocker::cleanup_container (prune = TRUE)
239
239
```
240
240
241
241
Original file line number Diff line number Diff line change @@ -206,13 +206,13 @@ shinydocker::stop_container()
206
206
207
207
``` r
208
208
# Remove containers for a specific app
209
- shinydocker :: cleanup_containers (" path/to/your/shinyapp" )
209
+ shinydocker :: cleanup_container (" path/to/your/shinyapp" )
210
210
211
211
# Remove all shinydocker containers and images
212
- shinydocker :: cleanup_containers (remove_images = TRUE , force = TRUE )
212
+ shinydocker :: cleanup_container (remove_images = TRUE , force = TRUE )
213
213
214
214
# Clean up and run docker system prune
215
- shinydocker :: cleanup_containers (prune = TRUE )
215
+ shinydocker :: cleanup_container (prune = TRUE )
216
216
```
217
217
218
218
## Troubleshooting
You can’t perform that action at this time.
0 commit comments