[develop] Edit readme for linux

This commit is contained in:
Sergey Konovalov
2023-02-01 17:06:36 +03:00
parent 18142fc257
commit 16c36d346e

View File

@ -17,13 +17,9 @@ You should manually start the **Docker Desktop** application.
### Linux or macOS
You need the latest Docker version installed.
You might need to pull **onlyoffice/documentserver** image:
**Note**: Do not prefix docker command with sudo.
[This](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
instruction show how to use docker without sudo.
You need the latest
[Docker](https://docs.docker.com/engine/install/)
version installed.
## Create develop Docker Images
@ -38,6 +34,10 @@ git clone -b feature/docker-instruction https://github.com/ONLYOFFICE/build_tool
### Modify Docker Images
**Note**: Do not prefix docker command with sudo.
[This](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
instruction show how to use docker without sudo.
```bash
cd build_tools/develop
docker pull onlyoffice/documentserver