Update README instructions for docker build
This commit is contained in:
parent
564af2e19e
commit
a2702cd1f4
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -165,6 +165,18 @@ docker pull datasecuritynode/peerplays:latest
|
||||||
|
|
||||||
### Building docker images manually
|
### Building docker images manually
|
||||||
```
|
```
|
||||||
|
# Checkout the code
|
||||||
|
git clone https://gitlab.com/PBSA/peerplays.git
|
||||||
|
cd peerplays
|
||||||
|
|
||||||
|
# Checkout the branch you want
|
||||||
|
# E.g.
|
||||||
|
# git checkout beatrice
|
||||||
|
# git checkout develop
|
||||||
|
git checkout master
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# Execute from the project root, must be a docker group member
|
# Execute from the project root, must be a docker group member
|
||||||
|
|
||||||
# Build docker image, using Ubuntu 20.04 base
|
# Build docker image, using Ubuntu 20.04 base
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue