Skip to content

Releases: schnatterer/docker-aliases

0.7.0

27 May 12:28
Compare
Choose a tag to compare

Add support for compose CLI.

Finally, tons of new aliases. Don't forget that the compose CLI must be installed first, for now.

dco # docker compose 
dcoup # docker compose up 
dcoupd # docker compose up -d 
dcob # docker compose build
dcod # docker compose down
dcodv # docker compose down -v
dcolg # docker compose logs
dcolg # docker compose logs
dcol # docker compose pull
dcoex service command # docker compose logs service command
dcof file up # docker compose -f file up

0.6.0

27 May 12:02
Compare
Choose a tag to compare
  • Use predefined commands consistently.
    E.g. not only dlg=docker logs, dl=docker pull, dps=docker ps, dimg=docker image but also
    • dsvclg=docker service logs instead of
      dsvcl=docker service logs.
    • dstps=docker stack ps instead of
      dstp=docker stack ps
    • daimg=docker app image instead of
      dai=docker app image
    • This will become even more valuable when introducing docker compose
  • Add scan plugin to image

0.5.0

26 May 12:38
Compare
Choose a tag to compare
  • Update to docker 20.10.6
  • Add buildx and app subcommands to image

Switch dp to "docker push"

12 Aug 19:55
Compare
Choose a tag to compare
0.4.0

Prepare 0.4.0

Configuration via env and alias d=docker

16 Feb 12:17
Compare
Choose a tag to compare

alias d=docker

Note: This might overwrite oh-my-zsh function d().
This can be configured using BINARY_ABBREV_UPPER:

docker run --rm -e BINARY_ABBREV_UPPER=true schnatterer/docker-aliases:0.3.0

Better align with oh-my-zsh git aliases

09 Feb 13:25
Compare
Choose a tag to compare
alias dlg='docker logs'
alias dl='docker pull'

Very first release

09 Feb 13:04
Compare
Choose a tag to compare

1053 aliases

  • Docker Version: 19.03.5
  • Maximal number of parameters per alias: 4
  • Short parameters included: all
    e.g. -d
  • Long parameters included up to this number of characters: 2
    e.g. --rm, not --tls
  • Prefer shorter commands over replacements: yes
    e.g. docker ps, not docker container ls
  • DOCKER_CLI_EXPERIMENTAL: yes
  • Create aliases for long parameters with hyphens: no
    e.g. --log-level -> alias ll