DockerImagesManager#
- class nublado.services.images.DockerImagesManager(docker_client, logger)#
Bases:
ImagesManager[DockerSource]Manage Nublado images using the Docker API.
- Parameters:
docker_client (
DockerStorageClient) – Docker client.logger (
BoundLogger) – Logger to use.
Methods Summary
list_tags(config)List the available image tags in the repository.
Methods Documentation
- async list_tags(config)#
List the available image tags in the repository.
- Parameters:
config (
DockerSource) – Configuration for the repository.- Returns:
List of image tags.
- Return type: