package
0.6.3
Repository: https://github.com/kadmuffin/develbox.git
Documentation: pkg.go.dev

# Functions

SearchActiveContainer searches for all active containers and returns id, name, and project path of containers that match Mainly, it searches containers with the label develbox_container=1 For the project path it gets the label develbox_project_path.
SearchActiveContainers searches for all containers that are running and asks user to choose which ones to stop.
StartContainer starts the container.

# Variables

Cmd is the cobra command for the state command.
Restart is the cobra command for the restart command.
Start is the cobra command for the start command.
Stop is the cobra command for the stop command.
Trash is the cobra command for the trash command.

# Structs

ContInfo is a struct to store the information of a container.