Skip to content

ssimpson89/sparrowdo-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sparrowdo-container

To run, cd into your folder that contains the task shell script and main.raku:

podman run --rm -v $HOME/.ssh:/root/.ssh -v $(pwd):/app ghcr.io/ssimpson89/sparrowdo:latest sparrowdo --ssh_user rocky --no_sudo --sparrowfile main.raku --color --host <ip address>

You can also create an alias:

alias sparrowdo="podman run --rm -v $HOME/.ssh:/root/.ssh -v $(pwd):/app ghcr.io/ssimpson89/sparrowdo:latest sparrowdo"

And then:

sparrowdo --ssh_user rocky --no_sudo --sparrowfile main.raku --color --host <ip address>

For more information, please take a look at the upstream repository:

https://github.com/melezhik/sparrowdo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors