Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Create "docker-terminal" utility for invoking start.sh from Command P…
Browse files Browse the repository at this point in the history
…rompt OR Powershell.

This plus the more robust start.sh allows docker commands to be invoked from any terminal in Windows.
The command docker-terminal can also accept regular docker commands such as
- docker-terminal docker ps -a
- docker-terminal docker-compose --version



Signed-off-by: Chisomo Sakala <chisomo.sakala@mombo.solution>
  • Loading branch information
Chisomo Sakala authored and shin- committed Mar 14, 2018
1 parent b886c6b commit c971a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/docker-terminal.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

"C:\Program Files\Git\bin\bash.exe" -c " \"/c/Program Files/Docker Toolbox/start.sh\" \"%*\""

1 comment on commit c971a9c

@somombo
Copy link
Contributor

@somombo somombo commented on c971a9c May 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was meant to be installed into the docker prog folder but by an oversight was left out of the iss config file.. someone kindly fix this

refer to #578
and
#579

Please sign in to comment.