You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run command on container with passing env variables:
sudo docker run --rm -w /mnt/xxx -e PATH=/xxx/xxx/xxx -v /tmp/.npm/rhel7:/root/.npm -v /Users/doronshai/code/repo:/mnt/xxx test/ubuntu16 ./command.sh
rm - will delete container once stopped
v - mount from host to a folder in the container