Skip to content

andreaseu/wosind-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

wosind-docker

this is the dockerfile for the project: https://github.com/whitelisthackers/wosind

build the docker

--- 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 .

start the docker

docker run -it --rm wosind:local

--- start the bash
docker run -it --rm wosind:local bash

zsh or bash alias

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published