mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
chore: update README
This commit is contained in:
parent
2de66a4eaf
commit
ed09f55ce2
1 changed files with 1 additions and 5 deletions
|
@ -169,12 +169,8 @@ Don't run the tests on your local machine, you risk to lost your datas.
|
|||
### Test on local machine with docker
|
||||
|
||||
* install [docker](https://docs.docker.com/engine/installation/)
|
||||
* build the container
|
||||
```
|
||||
docker build -t mpw/debian:stretch -f Dockerfile .
|
||||
```
|
||||
* run the tests
|
||||
|
||||
```
|
||||
docker run -v $(pwd):/mpw:ro -it mpw/debian:stretch /bin/bash -l /mpw/.docker-test
|
||||
docker run -v $(pwd):/mpw:ro -it nishiki/ruby:stretch /bin/bash -l /mpw/.docker-test
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue