AungMyoKyaw / docker-run-zsh

docker-run-zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-run-zsh

docker-run-zsh

Usage

dotfiles

Docker Run [ bash ]

rdk imageName port

Docker Run [ sh ]

rdksh imageName port

Docker Detached Mode

rdkd imageName port

current dir is mounted on /src of container

EXPOSE port is optional

Installation

git clone https://github.com/AungMyoKyaw/docker-run-zsh ~/.oh-my-zsh/custom/plugins/docker-run-zsh

add to plugin list

plugins=(… docker-run-zsh)

add to .zsh_plugins.txt

AungMyoKyaw/docker-run-zsh

and reload

antibody bundle < ~/.zsh_plugins.txt > ~/.zsh_plugins.sh
antibody update
source ~/.zshrc

LICENSE

MIT © Aung Myo Kyaw

About

docker-run-zsh

License:MIT License


Languages

Language:Shell 100.0%