Top "Busybox" questions

BusyBox is a single executable implementation of the common UNIX utilities that has been optimized for minimal size.

Error: Cannot Start Container: stat /bin/sh: no such file or directory"

I have been trying to create my own busybox base image. # ./mkimage.sh -t pensu/busybox busybox-static + mkdir -p /var/…

docker busybox
How to use Linux software watchdog?

Can anybody tell me how to handle the software watchdog in Linux? I have a program SampleApplication which runs continuously …

linux linux-kernel busybox watchdog
How to write a binary file using Bash?

My problem is that I need to create a file with this exact bytes: 48, 00, 49, 00. I cannot use C, perl, other …

bash awk busybox
Ash (shell provided by busybox) tutorial

I found that the busybox's ash syntax is different from the other standard shells (sh, bash, tcsh). Is there any …

shell busybox
Using BusyBox version of netcat for listening tcp port

I need to listen some arbitrary port inside the Linux embedded box. I chose port 6660 because it is meant for …

linux listener port netcat busybox
How to run the HTTP request without using CURL

I have arm-based busybox (Embedded Linux) with limited binaries. How to http post or put without using curl?

curl busybox
How does one reboot from an ash shell?

How does one reboot from an ash shell? I have an Ubuntu system that is currently bricked for some reason (…

busybox ash
Go-compiled binary won't run in an alpine docker container on Ubuntu host

Given a binary, compiled with Go using GOOS=linux and GOARCH=amd64, deployed to a docker container based on alpine:3.3, …

go docker busybox alpine
busybox in embedded linux shows "applet not found"

I compiled busybox myself,and I put it in our embedded linux. But I have some questions. Question 1:When I …

linux embedded busybox ramdisk
I thought I understood Docker until I saw the BusyBox docker image

I thought I understood Docker. I understood it as a way to package up software with lots of dependencies..to …

docker busybox