Skip to content

A PowerShell module for simplified creation of various servers or apps in a docker container

License

Notifications You must be signed in to change notification settings

stefanjarina/SimpleDockerApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PowerShell module for simplified creation of various servers or apps in a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published