|
@ -160,6 +160,12 @@ docker container start doccano |
|
|
To stop the container, run `docker container stop doccano -t 5`. |
|
|
To stop the container, run `docker container stop doccano -t 5`. |
|
|
All data created in the container persist across restarts. |
|
|
All data created in the container persist across restarts. |
|
|
|
|
|
|
|
|
|
|
|
If you want to use the latest features, please specify `nightly` tag: |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
docker pull doccano/doccano:nightly |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
### Build a local image with Docker |
|
|
### Build a local image with Docker |
|
|
|
|
|
|
|
|
If you want to build a local image, run: |
|
|
If you want to build a local image, run: |
|
|