mirror of
https://github.com/amidaware/community-scripts.git
synced 2026-04-27 06:55:50 +03:00
[PR #170] [MERGED] Use Docker to develop Python and PowerShell scripts #489
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/community-scripts#489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/community-scripts/pull/170
Author: @NiceGuyIT
Created: 7/30/2023
Status: ✅ Merged
Merged: 7/31/2023
Merged by: @wh1te909
Base:
main← Head:feature/docker📝 Commits (5)
611b741Use Docker to develop Python and PowerShell scripts18cca13Note: '--interactive' flag was added to 'docker compose' v2.3.0b40d584Fix ${PWD} for Windowsb2f969aFix PowerShell docker image on ARM64 (m1) macOSfc135feRemove container upon exit so they don't build up over time📊 Changes
5 files changed (+202 additions, -0 deletions)
View changed files
➕
Dockerfile-python(+27 -0)📝
README.md(+19 -0)➕
Taskfile.yaml(+124 -0)➕
docker-compose-powershell.yml(+16 -0)➕
docker-compose-python.yml(+16 -0)📄 Description
This PR requires Task and Docker. Running
task dev-pythonwill start a Docker container with Python 3.8. Runningtask dev-powershellwill start a Docker container with the latest PowerShell (pwsh). This has been tested on Linux (openSUSE), macOS (M1 Ventura) and Windows 11.If there are problems with running Docker, make sure you have the latest version of Docker Desktop or the
docker composeplugin.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.