Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codermaze/Docker-PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microsoft/Docker-PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 54 files changed
  • 5 contributors

Commits on Oct 12, 2016

  1. Adding CurrentUser scope to module installation

    User shouldn't need administrative rights (root) to install the module.
    pcgeek86 authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    75f825f View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#153 from pcgeek86/patch-1

    Adding CurrentUser scope to module installation
    swernli authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    12d1e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Fixing Start-Container -Attach to respect TTY

    This matches the behavior of the docker client, where TTY is queried from the container config.
    swernli committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    1db1be9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#156 from swernli/start-attach-fix

    Fixing Start-Container -Attach to respect TTY
    jstarks authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    942767b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Fixing Docker PowerShell on NanoServer

    Resolves: microsoft#157
    jterry75 committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    7948176 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#158 from jterry75/master

    Fixing Docker PowerShell on NanoServer
    swernli authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    c452d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9310152 View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#159 from jterry75/master

    Fixes AppVeyor to publish the artifacts.
    swernli authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    fd99be3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Adding TLS verify support & key.pem support.

    With this change, the cmdlets will be able to use the ca.pem/key.pem combination in the same way as the docker CLI, removing the need for generating a separate, Windows-specific PFX.  Unforunately, the mechanisms required to make this work are not yet available in .NET Core, so certificate support is Windows only at the moment.  Once .NET Core with the latest networking fixes is released, we can unblock that scenario for cross-platform.
    swernli committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    017a852 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Merge pull request microsoft#160 from swernli/tls2

    Adding TLS verify support & key.pem support.
    swernli authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    1a8c86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7744e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2ccbae View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#162 from swernli/help

    Updating help and associated functionality.
    swernli authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    a80e84a View commit details
    Browse the repository at this point in the history
  5. Merge pull request microsoft#163 from swernli/readme

    Updating readme with links to Windows quick start instructions.
    jterry75 authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    e3b9deb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    312724a View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#180 from pcgeek86/patch-1

    Add named parameters to commands in README
    jterry75 authored Apr 6, 2017
    Configuration menu
    Copy the full SHA
    2a08318 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Configuration menu
    Copy the full SHA
    0ee84f8 View commit details
    Browse the repository at this point in the history
Loading