Docker container with root filesystem for CBN-6643
373
This docker container is preconfigured to use qemu-armeb-static for binary emulation on a linux host. Make sure you have binfmt_misc support installed as follows
sudo apt-get install qemu binfmt-support qemu-user-static
Install gdb-multiarch to connect with emulated process inside docker container
sudo apt-get install gdb-multiarch
Drop a shell inside the root filesystem as follows
docker run -ti jekkos/ch6643 /bin/ash
Start snmp_agent using gdb as follows
docker run --rm -ti -p 1234:1234 jekkos/ch6643 /usr/bin/gdbserver localhost:1234 /usr/bin/snmp_cm_agent
Content type
Image
Digest
Size
14.3 MB
Last updated
almost 10 years ago
docker pull jekkos/ch6643