New docker URL
This commit is contained in:
parent
f61aec5c3b
commit
8ecdf3672f
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ Additional Debian modules installed
|
|||
### Image Name
|
||||
|
||||
```
|
||||
docker.ci/srv/python:latest
|
||||
src.ci/srv/python:latest
|
||||
```
|
||||
|
||||
### Alias for bash
|
||||
|
||||
```shell
|
||||
alias srvpython='docker run --rm -it -v $(pwd):/app docker.ci/srv/python:latest'
|
||||
alias srvpython='docker run --rm -it -v $(pwd):/app src.ci/srv/python:latest'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue