docs: simplified setup of repository
This commit is contained in:
parent
2f9684643a
commit
17f3829400
@ -19,5 +19,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runArgs": ["--privileged"],
|
"runArgs": ["--privileged"],
|
||||||
"postStartCommand": "nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
|
"postStartCommand": "git submodule update --init; chown -R 1000:1000 .; nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
|
||||||
}
|
}
|
||||||
@ -6,6 +6,6 @@ Developed using libpcap to enable evading local firewalls and with an eye toward
|
|||||||
** [[./pcap-sys/README.org][pcap-sys]]
|
** [[./pcap-sys/README.org][pcap-sys]]
|
||||||
|
|
||||||
* Development
|
* Development
|
||||||
To develop or compile this project, open it in GitHub Codespaces or using Visual Studio Code's Dev Container extension (requires Docker to be installed) and run ~git submodule update --init~
|
To develop or compile this project, open it in GitHub Codespaces or using Visual Studio Code's Dev Container extension (requires Docker to be installed)
|
||||||
|
|
||||||
* [[./examples/bind-shell/README.org][Example bind shell implementation]]
|
* [[./examples/bind-shell/README.org][Example bind shell implementation]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user