Skip to content

Commit

Permalink
Use global Docker helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpalabsio committed Jan 5, 2025
1 parent b2ef997 commit 3df33e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export COMPOSE_PROJECT_NAME="local-sherpa"
export DOCKER_CONTAINER_NAME="local-sherpa-ubuntu"

alias t="make test_zsh" # Test Zsh

alias tz="make test_zsh" # Test Zsh
Expand All @@ -12,9 +15,6 @@ alias tua="tu && tum" # Test Ubuntu all

alias tp="make test_performance" # Test performance

alias up="docker-compose -p local_sherpa up -d" # Start the test container

alias de="docker exec -it local-sherpa-ubuntu" # Docker exec
alias de_min="docker exec -it local-sherpa-min-shell-versions-ubuntu" # Docker exec for min shell versions
alias con_min="de_min /bin/bash"

Expand Down

0 comments on commit 3df33e7

Please sign in to comment.