Skip to content

Instantly share code, notes, and snippets.

View michaelPf85's full-sized avatar

Michael Piffret michaelPf85

View GitHub Profile
@michaelPf85
michaelPf85 / cmdlets.md
Created March 28, 2017 15:15 — forked from stknohg/cmdlets.md
PowerShell for Docker Cmdlets

PowerShell for Docker (Ver.0.1.0.100) Cmdlet list

|PowerShell Cmdlet|Alias|Equivalent docker command| |----|----|----|----| | ConvertTo-ContainerImage | Commit-Container | docker commit | | Copy-ContainerFile | - | docker cp | | Enter-ContainerSession | Attach-Container | docker attach | | Export-ContainerImage | Save-ContainerImage | docker save | | Get-Container | - | docker ps -a | | Get-ContainerDetail | - | docker inspect |