# Alias for bash
```shell
alias srvnode='docker run --rm -it -v $(pwd):/app docker.ci/srv/node:latest'
```