but docker is def in my $PATH var, and i can run `docker` in the terminal without issues
t
but docker is def in my $PATH var, and i can run
docker
in the terminal without issues
k
This error suggests that you are trying to run
docker
inside your demo container, where it is not installed. This is probably not what you intended
147 Views