This commit is contained in:
Kumar Sahaj 2023-09-20 14:49:15 +00:00
parent 2833fcea47
commit b3f34bdc0e

View File

@ -10,7 +10,7 @@ sudo docker run -d --runtime=sysbox-runc -P -p <hostport>:9166 --name blockbook
## Requirements
Installation of Sysbox:
### Installation of Sysbox:
```
git clone --recursive https://github.com/nestybox/sysbox.git
@ -23,7 +23,7 @@ sudo ./docker-cfg --sysbox-runtime=enable (For this step go to the scr directory
```
For Uninstalling:
### For Uninstalling:
```
sudo make uninstall
@ -31,7 +31,7 @@ make clean
```
Installation of Docker:
### Installation of Docker:
```
sudo apt update