# powershell_docker_module **Repository Path**: chuanjiao10/powershell_docker_module ## Basic Information - **Project Name**: powershell_docker_module - **Description**: only binary powershell docker module mirror for win-linux。from https://github.com/microsoft/Docker-PowerShell 微软 MIT license 。源码已经archive不再更新。二进制包已经无法从github下载。此项目的目的是mirror binary。 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-21 - **Last Updated**: 2022-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # name: binary powershell docker module for linux ------ # system requirement work: powershell v7.1 preview powershell v7.0.x powershell v6.0.x not work: powershell v6.1.x powershell v6.2.x ------ # install step ## 1 install docker,then enable and start docker servcie. ## 2 one click to install powershell v7 OR powershell v71 https://gitee.com/chuanjiao10/kasini3000_agent_linux ## 3 install powershell module ``` mkdir -p /usr/local/share/powershell/Modules cd /tmp git clone https://gitee.com/chuanjiao10/powershell_docker_module.git cp -r ./powershell_docker_module/* /usr/local/share/powershell/Modules/ ``` ## 4 verify docker pull nginx pwsh pwsh>get-module -ListAvailable pwsh>get-containerimage ------ # how to use 巧用linux版powershell,管理linux下docker的image,container https://www.cnblogs.com/piapia/p/8651332.html post mirror : https://www.toutiao.com/a6820243888343613956 # version newest 0.1.0.111 # source https://github.com/microsoft/Docker-PowerShell caveat: 1 This is a binary copy, you can no longer get it from the official. 2 I don't know c # development language, I can't help to continue to develop and improve it.