1 Star 1 Fork 0

chuanjiao10 / powershell_docker_module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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.

MIT License Copyright (c) 2020 chuanjiao10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

only binary powershell docker module mirror for win-linux。from https://github.com/microsoft/Docker-PowerShell 微软 MIT license 。源码已经archive不再更新。二进制包已经无法从github下载。此项目的目的是mirror binary。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/chuanjiao10/powershell_docker_module.git
git@gitee.com:chuanjiao10/powershell_docker_module.git
chuanjiao10
powershell_docker_module
powershell_docker_module
master

搜索帮助