Skip to content

Quickly initialise your shell for Docker when using Docker-Machine

Notifications You must be signed in to change notification settings

PickleChops/docker-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#Docker Shell Initialiser

##Installation for Mac

Copy somewhere useful:

cp dsi /usr/local/bin

If needed make the script executable:

chmod +x /usr/local/bin/dsi

For all login shells to initialise Docker:

Add source dsi <docker-machine env name, default used if omitted> to .bash_profile

To run manually:

. dsi <docker-machine env name, default used if omitted>

Don't forget the . you need to run this script in the current shell.

About

Quickly initialise your shell for Docker when using Docker-Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages