this is the dockerfile for the project: https://github.com/whitelisthackers/wosind
--- optional
mkdir /opt/docker && cd /opt/docker
git clone https://github.com/andreaseu/wosind-docker.git /opt/docker/wosind
cd /opt/docker/wosind
---
docker build -t wosind:local .
docker run -it --rm wosind:local
--- start the bash
docker run -it --rm wosind:local bash
tee -a ~/.zshrc > /dev/null << "EOF"
-- or
tee -a ~/.dotfiles/.my-zsh/aliases.zsh > /dev/null << "EOF"
alias wosind='docker run -it --rm wosind:local bash'
EOF
source ~/.zshrc