container-tools has a command wrapper script, so you can invoke the command by the main container script. Here we use the alias cnt. The man page container(1) shows all available container commands.
cnt start -n CONTAINER
cnt console -n CONTAINER
cnt stop -n CONTAINER
List all started and stopped containers of the local system:
cnt list
List all started and stopped containers of the local system as a machine-readable list:
cnt list -f short
List all started and other containers:
cnt list -s -o
Show detailed status of container foo.bar.org:
cnt status -n foo.bar.org