File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,13 @@ shinydocker::stop_container()
229229#| label: cleanup
230230#| eval: false
231231# Remove containers for a specific app
232- shinydocker::cleanup_containers ("path/to/your/shinyapp")
232+ shinydocker::cleanup_container ("path/to/your/shinyapp")
233233
234234# Remove all shinydocker containers and images
235- shinydocker::cleanup_containers (remove_images = TRUE, force = TRUE)
235+ shinydocker::cleanup_container (remove_images = TRUE, force = TRUE)
236236
237237# Clean up and run docker system prune
238- shinydocker::cleanup_containers (prune = TRUE)
238+ shinydocker::cleanup_container (prune = TRUE)
239239```
240240
241241
Original file line number Diff line number Diff line change @@ -206,13 +206,13 @@ shinydocker::stop_container()
206206
207207``` r
208208# Remove containers for a specific app
209- shinydocker :: cleanup_containers (" path/to/your/shinyapp" )
209+ shinydocker :: cleanup_container (" path/to/your/shinyapp" )
210210
211211# Remove all shinydocker containers and images
212- shinydocker :: cleanup_containers (remove_images = TRUE , force = TRUE )
212+ shinydocker :: cleanup_container (remove_images = TRUE , force = TRUE )
213213
214214# Clean up and run docker system prune
215- shinydocker :: cleanup_containers (prune = TRUE )
215+ shinydocker :: cleanup_container (prune = TRUE )
216216```
217217
218218## Troubleshooting
You can’t perform that action at this time.
0 commit comments