[SOLVED] Execute docker commands in bash script from dri=one.yml

you are running your commands inside an ubuntu docker image, which does not have the docker program installed, which is why you are getting errors. Please see the example pipelines in the Drone documentation that includes examples for working with Docker. Examples | Drone