sh iTerm上的boot2docker

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh iTerm上的boot2docker相关的知识,希望对你有一定的参考价值。

tell application "iTerm"
    make new terminal
        tell the current terminal
        activate current session
        launch session "Default Session"
        tell the last session
            write text "unset DYLD_LIBRARY_PATH ; unset LD_LIBRARY_PATH"
            write text "mkdir -p ~/.boot2docker"
            write text "if [ ! -f ~/.boot2docker/boot2docker.iso ]; then cp /usr/local/share/boot2docker/boot2docker.iso ~/.boot2docker/ ; fi"
            write text "/usr/local/bin/boot2docker init && /usr/local/bin/boot2docker up && $(boot2docker shellinit) && docker version"
        end tell
    end tell
end tell

以上是关于sh iTerm上的boot2docker的主要内容,如果未能解决你的问题,请参考以下文章

sh iterm_proxy.sh

sh iterm2分屏切换

sh 从iTerm 2卸载shell集成

sh current-dir-in-iterm-tab-title.sh

sh iTerm2 - 重置zsh主题位置

sh Imgcat - 在iTerm2中查看图像