Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.06 KB

README.md

File metadata and controls

61 lines (46 loc) · 2.06 KB

A zenful dev environment with tools for 10x productivity

Publish Docker image

Preinstalled tools

Run dev environment with docker

Download docker image

docker image pull fynnfluegge/zenbox:latest

Build docker image from source

git clone https://github.com/fynnfluegge/zenbox
cd zenbox && docker build -t fynnfluegge/zenbox:latest .

Start docker container

docker run --privileged -it -p 2375:2375 --name zenbox fynnfluegge/zenbox:latest

Reconnect to docker container

docker restart zenbox && docker attach zenbox