Skip to content

juozapas/docker-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-helper

Helpers to work with docker on OSX.

Checkout this to ~/.bash_profile.d and add these line to your ~/.bash_profile.

if [ -d  $HOME/.bash_profile.d ]; then
    for f in  $HOME/.bash_profile.d/*.bash; do
        source $f;
    done
fi

alias srcbash='source ~/.bash_profile'

Use this guide to setup dnsmasq

Credits/More info:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages