The default shell of OpenWrt is ash, but I would like to change it to fish. When I ran chsh -s /usr/bin/fish (the absolute path of fish), it returned -ash: chs
The question says it all. I am running a simple test and want to see the output over the localhost. Is it possible to use httpd (https://boxmatrix.info/wiki/Pr
I am using adoptopenjdk/openjdk11:alpine-jre base image for java and trying below instruction inside my Dockerfile, RUN wget -O dd-java-agent.jar "https://repos
I am using busybox to detect my network problem in kubernetes v1.18 pods. I created the busybox like this: apiVersion: v1 kind: Pod metadata: name: busybox
I've recently download the busybox image from dockerhub busybox:glibc - Debian, and notice that apt-get is not available on this distribution. I tried to instal