Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1 KB

README.md

File metadata and controls

49 lines (36 loc) · 1 KB

docker.shell automate docker.shell

wrap your $HOME in a dockerized alpine shell

Install docker

Install make


Linux

apt install docker.io docker-compose

macOS

brew install make docker docker-compose

git

git clone https://github.com/RandyMcMillan/docker.shell.git ~/docker.shell && \
cd docker.shell && \
make shell user=root

centos

make centos user=root

centos7

make centos7 user=root

fedora33

make fedora33 user=root

fedora34

make fedora34 user=root