Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
/ docker-helper Public archive

A collection of helper functions for working with Docker, written in PowerShell.

License

Notifications You must be signed in to change notification settings

nmarsceau/docker-helper

Repository files navigation

Docker-Helper

A collection of helper functions for working with Docker, written in PowerShell.

Archived

I don't use this project anymore, so I have archived it. If you still find it useful, feel free to keep using it or even fork it, if you'd like!

In retrospect, most of the helper functions I wrote for this weren't really necessary at all. I was mainly just having fun writing PowerShell stuff. :) For instance, the shortcuts for building images could have been replaced with more comprehensive use of docker-compose itself.

This Gist has a paired-down list of the actual shortcuts I still use on a day-to-day basis.

Installation

  1. Clone this repository to your PowerShell modules directory.

    The path to Docker-Helper.psm1 should be:

    C:\Users\your username\Documents\PowerShell\Modules\Docker-Helper\Docker-Helper.psm1
    
  2. Run d-help for usage information. The module will be automatically imported the first time you use it.

About

A collection of helper functions for working with Docker, written in PowerShell.

Topics

Resources

License

Stars

Watchers

Forks