class

Mangrullo::StateManager

Inherits Reference < Object

Manages background updates of container state

Constructors

instance

Get the singleton instance

Source

Class methods

reset

Reset the singleton (mainly for testing)

Source

Instance methods

docker_client

Expose the docker client for operations that need direct access

Source
force_update

Force an immediate update (for manual refresh)

Source
force_update_container(container_id : String) : Bool

Force update for a specific container

Source
start

Start the background updater

Source
status

Get current status information

Source
stop

Stop the background updater

Source