This file contains hidden or 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 characters
| #!/bin/bash | |
| # Exit on error | |
| set -e | |
| echo "--- Starting Docker Installation ---" | |
| # 1. Remove any old or broken docker repository files to clear the error | |
| sudo rm -f /etc/apt/sources.list.d/docker.list |