bash: enable docker buildkit
This commit is contained in:
@@ -52,11 +52,6 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
# some docker stuff
|
||||
# https://stackoverflow.com/a/65362210/13725946
|
||||
export DOCKER_BUILDKIT=0
|
||||
export COMPOSE_DOCKER_CLI_BUILD=0
|
||||
|
||||
function ? {
|
||||
cmd=$(history | tail -n 2 | head -n 1 | awk '{ printf $2 }')
|
||||
echo "$cmd"
|
||||
|
||||
Reference in New Issue
Block a user