stop_amcat_docker | R Documentation |
Stop docker containers with AmCAT modules
stop_amcat_docker(compose = NULL, filters = NULL)
compose |
Path to a Docker Compose file. Uses https://github.com/JBGruber/amcat4docker/blob/main/docker-compose.yml by default. |
filters |
Names of containers or named values for other filters. (See [https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerList]) |
Stops either the containers defined in a compose file or the filters. If filters is set, compose is ignored.
## Not run:
# stop AmCAT modules
stop_amcat_docker()
# stop container by id
stop_amcat_docker(filters = c(id = "a6cbe4787227"))
# stop all containers
stop_amcat_docker(filters = "")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.