Skip to content
Snippets Groups Projects
Commit 2d9fee36 authored by nimrod's avatar nimrod
Browse files

- Added docker-build alias.

parent afcc368e
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ alias ggo='sudo GOPATH=/usr/share/go go'
alias ecr-login='eval $(aws ecr get-login)'
alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
alias apt-daily='sudo apt update && sudo apt dist-upgrade --download-only --yes && sudo apt autoclean'
alias docker-build='docker build -t "$(basename $PWD)" ./'
deduce-aws-region () {
export AWS_DEFAULT_REGION="$(curl --silent \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment