package
0.0.2
Repository: https://github.com/avnovoselov/snippets.git
Documentation: pkg.go.dev

# Functions

GetRunningContainers - get names of running container Exec command: /> docker ps --format {{.Names}} and split by line break.
RunBashInContainer - run bash in container Execute command: /> docker exec -ti <container> bash.