lam_docker_image_exists: Check whether an image with the specified name exists on the...

Description Usage Arguments Value

View source: R/docker.R

Description

Check whether an image with the specified name exists on the system

Usage

1
lam_docker_image_exists(image_name, tag = NULL)

Arguments

image_name

Name of the image. Can optionally include a tag, like "my-image:latest".

tag

Optional image tag, i.e. {image_name}:{tag}. If a tag is provided in image_name it takes precedence and this argument is ignored.

Value

Boolean


lewinfox/lambdar documentation built on Dec. 21, 2021, 10:43 a.m.