% Generated by roxygen2: do not edit by hand % Please edit documentation in R/docker.r \name{stop_splash} \alias{stop_splash} \title{Stop a running a Splash server Docker container} \usage{ stop_splash(splash_container) } \arguments{ \item{splash_container}{saved Splash container id from [start_splash]} \item{splash_container}{Docker `container` object created by [start_splash]} } \description{ Stop a running a Splash server Docker container } \note{ you need Docker running on your system and have pulled the container with [install_spash] and started the Splash container with [start_splash] for this to work. You will need the `container` object from [start_splash] for this to work. } \examples{ \dontrun{ install_splash() splash_container <- start_splash() stop_splash(splash_container) } }