kalliope_docker.conf file, getting invalid argument error when running image create command
Created by: jg8481it
Hi,
Just an FYI. In the kalliope_docker.conf
file when I use it as-is, then I run ./kalliope_docker.py image create
I get the following error back.
invalid argument "'kalliope-docker'" for "-t, --tag" flag: invalid reference format
I fixed this on my machine by changing the following line in the kalliope_docker.conf
file.
Originally it was...
Docker image tag = 'kalliope-docker'
I removed the '' and changed it to the following...
Docker image tag = kalliope-docker