Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 4.07 KB

README.md

File metadata and controls

72 lines (56 loc) · 4.07 KB

SimpleDockerApps

A PowerShell module for simply creating a various servers or apps in a docker containers

This is still a work in progress, however the various functions shall be working

The API might still be changing

TODO

  • Add prefix to all functions
  • Add help strings to all functions
  • Extract some common functionality (e.g. confirmation messages, status checks, ...)
  • Add more management functions for bulk actions (stop/start all, etc.)
  • Generate documentation (probably leverage platyPS)
  • More general polish (e.g. typos, common messages to be similar, naming to be similar, etc.)
  • Properly fill manifest file
  • Publish to PSGallery
  • Improve installation instructions (shall be solved by PS Gallery)
  • Add more customization options with sane defaults (e.g. custom ports, custom network, ...)
  • Write Pester tests

Installation

You can find this module on powershell gallery

Install-Module -Name SimpleDockerApps

Usage

For full documentation please see docs

Supported Services

Ultimate TODO for services

  • elasticsearch - fix cli connect command

Contributing

Please see contributing guidelines