Skip to content

Commit cf2b6ea

Browse files
committed
Drop s
1 parent d319788 commit cf2b6ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.Rmd

+3-3
Original file line numberDiff line numberDiff 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

README.md

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)