georgettica / kubernetes-bookmark-bar

This repository will curate all of the awesome links that are useful for kubernetes in a way that can be imported to your bookmark bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker: invalid reference format.

aminmiri opened this issue · comments

When I run the ./run.sh I got this error:
docker: invalid reference format. See 'docker run --help'.

Dont know why but issue fixed after I remove "${ADDITIONAL_CONTAINER_ENGINE_ARGS}" \ given that it's value was empty.

I am not sure, what is your setup?
Maybe there is an underlying issue we can fix here

@georgettica I'm using Docker version 20.10.5, build 55c4c88
The OS is Ubuntu 18.04.1
I fixed this issue by removing the { } form the variables and just call them using $.

And keeping them in double quotes still works

And as discussed, this refers to #10

I merged and I'll test it maybe later with a container with ubuntu to see if I missed something