Update .local/share/chezmoi/software.yml
This commit is contained in:
parent
fd68a6a7ac
commit
06a70e5508
1 changed files with 11 additions and 3 deletions
|
@ -1361,11 +1361,19 @@ softwarePackages:
|
||||||
_docs: https://docs.docker.com/
|
_docs: https://docs.docker.com/
|
||||||
_github: https://github.com/docker/cli
|
_github: https://github.com/docker/cli
|
||||||
_home: https://www.docker.com/
|
_home: https://www.docker.com/
|
||||||
|
_post:apt: sudo systemctl start docker
|
||||||
|
_post:pacman: sudo systemctl start docker
|
||||||
_name: Docker
|
_name: Docker
|
||||||
_service: null
|
_service: null
|
||||||
ansible: professormanhattan.docker
|
ansible: professormanhattan.docker
|
||||||
|
# apt:
|
||||||
|
# - docker.io
|
||||||
|
# - docker-compose
|
||||||
|
# cask: docker
|
||||||
|
# brew: docker
|
||||||
|
# pacman: docker
|
||||||
docker-slim:
|
docker-slim:
|
||||||
_bin: null
|
_bin: docker-slim
|
||||||
_desc: Extension to minify and secure Docker images
|
_desc: Extension to minify and secure Docker images
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/docker-slim/docker-slim
|
_github: https://github.com/docker-slim/docker-slim
|
||||||
|
@ -1396,7 +1404,7 @@ softwarePackages:
|
||||||
_service: null
|
_service: null
|
||||||
ansible: professormanhattan.dockerslim
|
ansible: professormanhattan.dockerslim
|
||||||
dockle:
|
dockle:
|
||||||
_bin: null
|
_bin: dockle
|
||||||
_desc: Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
|
_desc: Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/goodwithtech/dockle
|
_github: https://github.com/goodwithtech/dockle
|
||||||
|
@ -1638,7 +1646,7 @@ softwarePackages:
|
||||||
brew: eslint
|
brew: eslint
|
||||||
npm: eslint
|
npm: eslint
|
||||||
etcd:
|
etcd:
|
||||||
_bin: null
|
_bin: etcd
|
||||||
_desc: Distributed reliable key-value store for the most critical data of a distributed system
|
_desc: Distributed reliable key-value store for the most critical data of a distributed system
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/etcd-io/etcd
|
_github: https://github.com/etcd-io/etcd
|
||||||
|
|
Loading…
Reference in a new issue