Sign inSign up

scaleoutsean/solidshell

By scaleoutsean

Updated about 4 years ago

SolidFire PowerShell Tools 12.3.0.81 with PowerShell Core v7 on Alpine Linux 3

Image
1

10K+

scaleoutsean/solidshell repository overview

SolidShell

  • Lightweight container with PowerShell and SolidFire PowerShell Tools
  • How does compares to the official NetApp container for SolidFire PowerShell Tools
    • Native PowerShell shell upon login
    • Maintained
    • 1.2.0 is based on Microsoft's official PowerShell image 7.2.6 with Alpine 3.13
    • 1.1.0 is based on Alpine 3.14 (smaller image, no vim editor)
    • 1.0.9 and 1.0.8 are based on Ubuntu 20.04 (larger image, with vim editor and aria2 for download and editing inside of container)

Use

  • Optionally create a directory to be mounted inside of the container and copy the stuff you need from the container into that directory
mkdir myscripts
cp /scripts/script-i-need.ps1 myscripts/; cd myscripts
docker run -it -v $(pwd):/scripts scaleoutsean/solidshell:latest

# if you don't have any ready-made scripts, just run this but remember 1.1.0 has no vim editor
docker run -it scaleoutsean/solidshell:latest

Changelog

  • 1.2.0: SolidFire PowerShell Tools 12.3.0.81, PowerShell 7.2.6, Alpine 3.13 (Microsoft PowerShell base image updated: 08/11/2022)
  • 1.1.0: SolidFire PowerShell Tools 12.3.0.81, PowerShell 7.3.0 Preview 3, Alpine 3.14
  • 1.0.9: SolidFire PowerShell Tools 12.3.0.81, PowerShell 7.2.3, Ubuntu 20.04
  • 1.0.8: SolidFire PowerShell Tools 12.3.0.81, PowerShell 7.1.3, Ubuntu 20.04

Tag summary

Content type

Image

Digest

sha256:b5b996736

Size

89.3 MB

Last updated

about 4 years ago

docker pull scaleoutsean/solidshell