Lines Matching full:container
19 """Base class for a container runtime implementation"""
37 """Runtime-specific handler to run a command in a container"""
41 """Runtime-specific handler to abort a running container"""
44 """Run a command in a runtime container"""
46 self._logger.debug("container: %s", container_name)
84 """Run a command in a Docker container"""
95 """Run a command in a Podman container"""
136 logger = logging.getLogger('container')
139 fmt='[container {levelname}] {message}', style='{'
147 """Main entry point for the container tool"""
161 'container',
163 "https://docs.kernel.org/dev-tools/container.html"
167 help="Path to an environment file to load in the container."
171 help="Group ID to use inside the container."
175 help="Container image name."
179 help="Container runtime name. If not specified, the first one found "
184 help="Run the container in an interactive shell."
188 help="User ID to use inside the container. If the -g option is not "
197 help="Command to run in the container"