Last active
December 31, 2024 01:15
Revisions
-
tatosjb revised this gist
Aug 21, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # This process establishes an alias for the new docker compose command to ensure compatibility with the previous docker-compose command. sudo touch /usr/bin/docker-compose echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose sudo chmod +x /usr/bin/docker-compose -
tatosjb revised this gist
Aug 14, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # This process establishes an alias for the new docker compose command to ensure compatibility with the previous docker-compose command. sudo touch /usr/bin/docker-compose echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose2 sudo chmod +x /usr/bin/docker-compose -
tatosjb created this gist
Jul 25, 2023 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # This process establishes an alias for the new docker compose command to ensure compatibility with the previous docker-compose command. sudo touch /usr/bin/docker-compose echo "docker compose --compatibility \"$@\"" | sudo tee /usr/bin/docker-compose sudo chmod +x /usr/bin/docker-compose