[USERNAME] = username for container user
[USERPASS] = password for container user
[ROOTPASS] = password for container root
[HOST_USER_ID] = uid of host user
-
Change
[USERNAME]
,[USERPASS]
and[ROOTPASS]
fields inDockerfile
-
Change
[USERNAME]
and[HOST_USER_ID]
fields indocker-compose.yml
docker-compose build
docker-compose up -d
Add this line into your .bashrc
or .zshrc
alias arch="docker exec -it arch_gui /bin/zsh"
- base-devel
- git
- sudo
- zsh
- vim