{"id":17383202,"url":"https://github.com/audihertz/debian-ubuntu-docker-portainer-bashscripts","last_synced_at":"2026-04-18T04:32:30.542Z","repository":{"id":179985607,"uuid":"664408708","full_name":"audihertz/debian-ubuntu-docker-portainer-bashscripts","owner":"audihertz","description":"Collection of Bash Scripts for setting up Docker \u0026 Portainer on Debian/Ubuntu systems","archived":false,"fork":false,"pushed_at":"2025-11-20T06:31:02.000Z","size":56,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T00:58:03.750Z","etag":null,"topics":["bash","bash-script","bashscript","debian","docker","portainer","raspberrypios","raspberrypios64bit","shell-script","shellscript","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audihertz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-09T22:24:13.000Z","updated_at":"2025-11-20T06:31:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"09591ab8-3c75-4320-b1eb-30efb421d4b4","html_url":"https://github.com/audihertz/debian-ubuntu-docker-portainer-bashscripts","commit_stats":null,"previous_names":["audihertz/debian-ubuntu-bash-scripts","audihertz/debian-ubuntu-docker-portainer-bashscripts","audihertz/debian-ubuntu-docker-portainer-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/audihertz/debian-ubuntu-docker-portainer-bashscripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audihertz%2Fdebian-ubuntu-docker-portainer-bashscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audihertz%2Fdebian-ubuntu-docker-portainer-bashscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audihertz%2Fdebian-ubuntu-docker-portainer-bashscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audihertz%2Fdebian-ubuntu-docker-portainer-bashscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audihertz","download_url":"https://codeload.github.com/audihertz/debian-ubuntu-docker-portainer-bashscripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audihertz%2Fdebian-ubuntu-docker-portainer-bashscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31956891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","bashscript","debian","docker","portainer","raspberrypios","raspberrypios64bit","shell-script","shellscript","ubuntu"],"created_at":"2024-10-16T07:40:54.672Z","updated_at":"2026-04-18T04:32:30.534Z","avatar_url":"https://github.com/audihertz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debian/Ubuntu Bash Scripts for Docker and Portainer\nThese are a collection of bash scripts for setting up Docker and Portainer on Debian-based systems. I actively use these on Ubuntu, Debian ([openmediavault](https://github.com/openmediavault/openmediavault)), and Raspberry Pi (64-bit) OS installs for quick and easy setup and maintenance. \n\n## Script Descriptions\n### [install-docker.sh](install-docker.sh)\nScript to install needed system components for running a Docker environment on a local machine, downloading and starting Docker, and then running a simple \"Hello World\" test to confirm that Docker has been successfully installed. Once Docker is installed, it can be upgraded through standard system updates. This script must be changed to an executable and run with elevated privlidges:\n```\nsudo chmod +x install-docker.sh\nsudo ./install-docker.sh\n```\n### [install-portainer.sh](install-portainer.sh)\nScript to pull and start Portainer for a brand new installation with a variable option for locally mapped volume and allow for management of Docker installs via web GUI via HTTPS on port 9443 and verifies if Portainer is running or failed to start. The variable for a locally mapped install can be left blank (\"\") to use Docker's default storage location:\n```\n$VOLUME_PATH\n```\nThis script must be changed to an executable but can be run as the non-root user that ran the Docker install script and has \"docker\" group permissions:\n```\nsudo chmod +x install-portainer.sh\n./install-portainer.sh\n```\n### [upgrade-portainer.sh](upgrade-portainer.sh)\nScript to automate upgrading Portainer using the same parameters as defined in the \"install-portainer.sh\" script. This will stop the Docker instance of Portainer, remove Portainer, pull the updated image if one is available, start Portainer again, and then verifies if Portainer is running or failed to start. This script also has the variable for a locally mapped install can be left blank (\"\") to use Docker's default storage location and should be updated if you changed the path in the install script: \n```\n$VOLUME_PATH\n```\nThis script must be changed to an executable but can be run as the non-root user that ran the Docker install script and has \"docker\" group permissions:\n```\nsudo chmod +x upgrade-portainer.sh\n./upgrade-portainer.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudihertz%2Fdebian-ubuntu-docker-portainer-bashscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudihertz%2Fdebian-ubuntu-docker-portainer-bashscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudihertz%2Fdebian-ubuntu-docker-portainer-bashscripts/lists"}