mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +00:00
feat(docker): disable docker scan / snyk advertisement
This commit is contained in:
@@ -11,6 +11,10 @@ docker_remove_exited() {
|
||||
docker rm $(docker ps -f='status=exited' -q)
|
||||
}
|
||||
|
||||
# Disable docker scan suggestion/advertisement. It currently prints even when -q
|
||||
# is passed to docker build.
|
||||
export DOCKER_SCAN_SUGGEST=false
|
||||
|
||||
alias d="docker"
|
||||
alias dc="docker compose"
|
||||
alias co="docker compose"
|
||||
|
||||
Reference in New Issue
Block a user