j-bennet / wharfee

A CLI with autocompletion and syntax highlighting for Docker commands.
BSD 3-Clause "New" or "Revised" License
657 stars 41 forks source link

How to start wharfee on Windows with Docker Toolbox? <eom> #126

Closed Tset-Noitamotua closed 8 years ago

Tset-Noitamotua commented 8 years ago

So to answer my own question:

I need to type wharfee into Docker Quickstart Terminal.

j-bennet commented 8 years ago

@Tset-Noitamotua, I don't have a windows machine to test with, but in theory it's pretty much the same as mac, because mac also used a VM, either docker-machine or boot2docker. Is there a particular issue you're facing?

Tset-Noitamotua commented 8 years ago

No, no particular issue. I just wondered how to start it after installing because I found no mention about it in your readme. Also I did not notice on your screenshots that one have to type wharfee into terminal to start it because 'wharfee' is already in your prompt so I asumed that wharfee is already up and running in that screenshot. I just overlooked the input.

image

So to answer my own question "How to start wharfee on Windows with Docker Toolbox?": I need to type wharfee into Docker Quickstart Terminal.

This it how it looks on Windows in Docker Quickstart Terminal:

image

j-bennet commented 8 years ago

@Tset-Noitamotua I guess I need to update my readme to make it more explicit for Windows users who are less used to work with terminal. Thanks!