Ubuntu based image with latest (auto-build) of Ubuntu plus Powershell with PSReadline configured for Tab key to MenuComplete and some common key bindings Windows PowerShell users are accustomed to.
This repository contains a Docker file to build a Docker image for a developer environment. Compatible as a VSCode Dev Container.
docker pull tolgabalci/ubuntu-powershell
- You can use this image for your VSCode Dev Container or
- You can run it directly:
docker run -it tolgabalci/ubuntu-powershell
docker build --rm -t <hub-user>/ubuntu-powershell .
$ docker push /ubuntu-powershell