Linux: Persist Environment Variables

When you introduce a new environment variable in bash: export DOCKER_HOST=localhost:2375 It will disappear after you restart your terminal, reconnect via ssh, whatever. »