I find myself creating a bunch of containers based on Archlinux and then installing a single service on it. Each time I create one, I have to:
Since I would have copied the zsh & vim setting and also used zsh as the login shell -- would the subsequent containers created from this template also have that immediately after creation?
Thanks,
- setup pacman mirrors
- update the machine
- install zsh and a couple other packages
- set up a bind to a nas export
- copy the vim settings and zsh settings
- change the login shell to zsh
- set up systemd timers to auto-download the updates, check mirror speeds and accordingly switch to a faster mirror
Since I would have copied the zsh & vim setting and also used zsh as the login shell -- would the subsequent containers created from this template also have that immediately after creation?
Thanks,