Skip to content

Commit 960335f

Browse files
committed
added logging to docker image control
1 parent 5dbbda3 commit 960335f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipyapi/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def start_docker_containers(docker_containers, network_name='demo'):
357357
log.info("Checking image %s", image)
358358
try:
359359
d_client.images.get(image)
360+
log.info("Using local image for %s", image)
360361
except ImageNotFound:
361362
log.info("Pulling %s", image)
362363
d_client.images.pull(image)

0 commit comments

Comments
 (0)