issues
search
julien-duponchelle
/
docker-osx
Fast and easy installation of Docker on OS X
1.02k
stars
70
forks
source link
Pass remaining arguments to Vagrant command.
#47
Closed
mauvm
closed
10 years ago
mauvm
commented
10 years ago
This allows:
Forcing the destroy/halting of the Vagrant box
(by running
docker-osx destroy -f
instead of
echo "y" | docker-osx destroy
)
Providing a command to be run by vagrant ssh
(also see
http://docs.vagrantup.com/v2/cli/ssh.html
)
This allows:
(by running
docker-osx destroy -f
instead ofecho "y" | docker-osx destroy
)(also see http://docs.vagrantup.com/v2/cli/ssh.html)