Skip to content

Shell Access

Carlos D. Álvaro edited this page Oct 16, 2020 · 1 revision

For debugging and maintenance purposes you may want access the container shell. If you are using docker version 1.3.0 or higher you can access a running container shell using docker exec command.

docker exec -it salt_master bash
Clone this wiki locally