我正在尝试编写一个docker-compose文件,该文件引用同一目录中的Dockerfile。这个docker-compose文件的目的是运行命令htop。当我构建Dockerfile镜像时,它可以很好地运行htop,并且我可以将参数传递给入口点。每当我尝试运行docker-compose up时,它都会启动htop实例,但随后会立即退出。Dockerfile: FROM alpine:latest
h
我可以在Gentoo linux中使用emerge搜索某个程序(例如:htop)。$ emerge --search sys-process/htopSearching... Latest version available: 1.0.2-r1
Latest version installed: [ Not Instal
按照htop的标准安装过程会产生以下错误:checking build system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnu
checking for a BSD-co