Regular IP address that gives to docker0 interface is 172.17.0.0/16. To change it you should edit daemon.json file.
Continue reading Changing docker0 ip address in Docker for Mac env
Regular IP address that gives to docker0 interface is 172.17.0.0/16. To change it you should edit daemon.json file.
Continue reading Changing docker0 ip address in Docker for Mac env
$ curl ipinfo.io/ip
add an alias to ~/.zshrc or ~/.bashrc
alias myip=’/usr/bin/curl ipinfo.io/ip’
1 install rvm (better installation instructions at official site
$ curl -sSL https://get.rvm.io | bash
2 After that – install ruby 2.0.0
$ rvm install 2.0.0
$ rvm use 2.0
To see what ruby present and you use
$ rvm list
Installing
$ brew install coreutils
Next we add some extra configuration to our $ vim ~/.bash_profile