dnburgess / dockerinstall

Just a quick and easy way to deploy Docker and Docker Compose with just a couple of commands
71 stars 37 forks source link

docker compose bash completion is not working. #1

Open kamrul07-w3 opened 6 months ago

kamrul07-w3 commented 6 months ago

part of the script for running bash completiong line is not working with a 404 error - https://raw.githubusercontent.com/docker/compose/2.27.0/contrib/completion/bash/docker-compose

sudo curl -L https://raw.githubusercontent.com/docker/compose/${COMPOSE_VERSION}/contrib/completion/bash/docker-compose 404: Not Found

dnburgess commented 5 months ago

Spent some time with this today and just reworked the entire code for the fullinstall.sh and fulldockgeinstall.sh files.

Each has been tested multiple times to verify that there are no errors.