Skip to content

JasonMorgan/Docker-PowerShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PowerShell for Docker The goal of this project is to create a PowerShell module for the Docker Engine, which can be utilized as an alternative or in conjunction with the Docker client (CLI).

##Requirements and Goals

Requirements

  1. Must work on all versions of Windows Server including Nano Server. This requires that it be Core PowerShell and CoreCLR compliant (see links below).
  2. Must follow the Docker Remote API interop and breaking change policy (https://docs.docker.com/engine/breaking_changes/)
  3. Must work locally or remotely, with remote following appropriate authentication and security mechanisms (i.e. TLS).

Goals

####.Net Core and Core PowerShell Resources

GitHub Repo’s for .Net Core CLR and .Net Core Libraries
Good Resources Explaining .Net Core

##Installation

##High Level Design The PowerShell module for Docker is built on top of the Docker Engine REST Interface (https://docs.docker.com/engine/reference/api/docker_remote_api/).

About

PowerShell Module for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • PowerShell 3.4%