This content has been marked as final.
Show 1 reply
-
1. Re: How do I use the docker command line?
rafabene1 Jun 24, 2016 4:50 PM (in response to burrsutter)CDK allows access to the internal docker daemon through the "service-manager" plugin.
When you execute "vagrant service-manager env docker" it will show all the environment variables that needs to be set in order for the docker CLI point to CDK's docker daemon.
A shortcut to have the environment variables set is:
$ eval "$(vagrant service-manager env docker)"