Update 2 files

- /software.yml
- /home/.chezmoidata.yaml
This commit is contained in:
Brian Zalewski 2023-01-24 10:38:09 +00:00
parent 4fe3c2bfe5
commit e5655d7e39
2 changed files with 11 additions and 17 deletions

View file

@ -681,6 +681,7 @@ softwareGroups:
- packer - packer
- vagrant - vagrant
Virtualization-Desktop: &Virtualization-Desktop Virtualization-Desktop: &Virtualization-Desktop
- docker-desktop
- gnome-boxes - gnome-boxes
- parallels - parallels
- virtualbox - virtualbox

View file

@ -1765,26 +1765,19 @@ softwarePackages:
port: dnsmasq port: dnsmasq
_service: true _service: true
_type: cli _type: cli
docker: docker-desktop:
_bin: docker _desc: '[Docker](https://www.docker.com/) is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. [Docker Desktop](https://www.docker.com/products/docker-desktop/) adds a sleek UI for Docker and makes it easier to manage Docker on macOS and Windows.'
_desc: '[Docker](https://www.docker.com/) is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.'
_docs: https://docs.docker.com/ _docs: https://docs.docker.com/
_github: https://github.com/docker/cli _github: null
_home: https://www.docker.com/ _home: https://www.docker.com/
_post:apt: sudo systemctl start docker _post:apt: sudo systemctl start docker
_post:pacman: sudo systemctl start docker _name: Docker Desktop
_name: Docker _when: '! test -d /Applications/Docker.app'
ansible: professormanhattan.docker apt: https://desktop.docker.com/linux/main/amd64/docker-desktop-4.16.2-amd64.deb
# apt: cask: docker
# - docker.io choco: docker-desktop
# - docker-compose dnf: https://desktop.docker.com/linux/main/amd64/docker-desktop-4.16.2-x86_64.rpm
# cask: docker pacman: https://desktop.docker.com/linux/main/amd64/docker-desktop-4.16.2-x86_64.pkg.tar.zst
# brew: docker
# pacman: docker
_service: true
_systemd: docker
_type: cli
docker-slim: docker-slim:
_bin: docker-slim _bin: docker-slim
_desc: "[DockerSlim](https://dockersl.im/) will optimize and secure your containers by understanding your application and what it needs using various analysis techniques. It will throw away what you don't need, reducing the attack surface of your container. What if you need some of those extra things to debug your container? You can use dedicated debugging side-car containers for that." _desc: "[DockerSlim](https://dockersl.im/) will optimize and secure your containers by understanding your application and what it needs using various analysis techniques. It will throw away what you don't need, reducing the attack surface of your container. What if you need some of those extra things to debug your container? You can use dedicated debugging side-car containers for that."