bash2py icon indicating copy to clipboard operation
bash2py copied to clipboard

Usage instructions

Open willis7 opened this issue 8 years ago • 1 comments

Hi Ian,

This looks helpful, but I haven't quite sussed it out yet. How can I run this from the command line?

I've tried:

$ docker run --name bash2py -it --rm imiell/bash2py bash -f deploy.sh
bash: deploy.sh: No such file or directory

willis7 avatar Jan 24 '18 16:01 willis7

From memory, the file needs to be in the container. Just cut and paste it, or mount the folder it's in on your host.

On Wed, Jan 24, 2018 at 4:23 PM, Sion Williams [email protected] wrote:

Hi Ian,

This looks helpful, but I haven't quite sussed it out yet. How can I run this from the command line?

I've tried:

$ docker run --name bash2py -it --rm imiell/bash2py bash -f deploy.sh bash: deploy.sh: No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ianmiell/bash2py/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AGrczRvNCX1jh-AwiyP303XVKimoiB8-ks5tN1kXgaJpZM4RrhvP .

-- My book on Docker in Practice: Get 39% off with the code 39miell2 https://www.manning.com/books/docker-in-practice-second-edition?a_aid=zwischenzugs&a_bid=550032fc

ianmiell avatar Jan 24 '18 18:01 ianmiell