GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Explore All features Documentation GitHub Skills Blog Solutions By size Enterprise Teams Startups By industry Healthcare Financial services Manufacturing By use case CI/CD & Automation DevOps DevSecOps Resources Topics AI DevOps Security Software Development Explore Learning Pathways White pa...
docker build -t lazyteam/lazydocker \ --build-arg BASE_IMAGE_BUILDER=arm64v8/golang \ --build-arg GOARCH=arm64 \ https://github.com/jesseduffield/lazydocker.git Run the container docker run --rm -it -v \ /var/run/docker.sock:/var/run/docker.sock \ -v /yourpath:/.config/jessedu...
The lazier way to manage everything docker. Contribute to unikitty37/lazydocker development by creating an account on GitHub.
go get github.com/jesseduffield/lazydocker Arch Linux AUR You can install lazydocker using your AUR package manager of choice or by running: git clone https://aur.archlinux.org/lazydocker.git~/lazydockercd~/lazydocker makepkg --install A development version of the AUR package is alsoavailable ...
The lazier way to manage everything docker. Contribute to 125hli/lazydocker development by creating an account on GitHub.
go get github.com/jesseduffield/lazydocker Usage Call lazydocker in your terminal. I personally use this a lot so I've made an alias for it like so: echo "alias ld='lazydocker'" >> ~/.zshrc (you can substitute .zshrc for whatever rc file you're using) Basic video tutorial here. ...
docker build -t lazyteam/lazydocker \ --build-arg BASE_IMAGE_BUILDER=arm64v8/golang \ --build-arg GOARCH=arm64 \ https://github.com/jesseduffield/lazydocker.git Run the container docker run --rm -it -v \ /var/run/docker.sock:/var/run/docker.sock \ -v /yourpath:/.config/jessedu...
docker build -t lazyteam/lazydocker \ --build-arg BASE_IMAGE_BUILDER=arm64v8/golang \ --build-arg GOARCH=arm64 \ https://github.com/jesseduffield/lazydocker.git Run the container docker run --rm -it -v \ /var/run/docker.sock:/var/run/docker.sock \ -v /yourpath:/.config/jessedu...
docker build -t lazyteam/lazydocker \ --build-arg BASE_IMAGE_BUILDER=arm32v7/golang \ --build-arg GOARCH=arm \ --build-arg GOARM=7 \ https://github.com/jesseduffield/lazydocker.git If you have a ARM 64 bit v8 architecture