Releases: Crazybus/lope
Releases · Crazybus/lope
0.4.0 Release
0.3.0 Release
The command line proxy part of #28 has now been added. This means you can run host commands from inside a lope container. The goal is for this to be used to run combinations like vagrant/virtualbox where it isn't possible to run it inside a docker container.
$ VBoxManage list vms
"minikube" {70bd6565-5ac8-4bf2-9d47-8002f4ed0ee7}
$ lope -cmdProxy alpine ./VBoxManage list vms
"minikube" {70bd6565-5ac8-4bf2-9d47-8002f4ed0ee7}
0.2.0 Release
Breaking changes:
The default behaviour of forwarding the ssh agent has been reversed. You now need to specifically request for the ssh agent to be forwarded with -ssh
instead of opting out with -noSSH
.
v0.1.1: Merge pull request #23 from Crazybus/i_am_root
Default to root user for all oses. Using a user that doesn't exist