19.4. Stopping the Toolbx container
Use the exit command to leave the Toolbox container and the podman stop command to stop the container.
Procedure
Leave the container and return to the host:
⬢ [user@toolbox ~]$ exitStop the toolbox container:
⬢ [user@toolbox ~]$ podman stop <mytoolbox>Optional: Remove the toolbox container:
⬢ [user@toolbox ~]$ toolbox rm <mytoolbox>Alternatively, you can also use the
podman rmcommand to remove the container.