Re: [PATCH] doc: using container to build and run applications
Thomas Monjalon <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
03/06/2026 16:04, Andrea Panattoni: > Add explanation about how container runtimes like podman > or docker can be used to build and run DPDK application. > > Signed-off-by: Andrea Panattoni <[email protected]> [...] > +.. _building_dpdk_in_container: Adding a prefix linux_gsg_ to this label. > + > +Building Applications in a Container > +------------------------------------ Actually it should be "Building DPDK in a Container" > +Running Sample Application in a Container > +----------------------------------------- It should be "Running an Application in a Container" as testpmd is not a sample app. Applied with adjustments, thanks.