我想stress
在 docker 机器中安装命令,但是当我运行时:
tce-load -wi stress
它失败:
Downloading: stress.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: stress.tcz.md5.txt: No such file or directory
Error on stress.tcz
但如果我安装nano
:
docker@daocloud:~$ tce-load -wi nano
nano.tcz.dep OK
Downloading: file.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
file.tcz 100% |*****************************************| 312k 0:00:00 ETA
file.tcz: OK
Downloading: nano.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
nano.tcz 100% |*****************************************| 116k 0:00:00 ETA
nano.tcz: OK
docker@daocloud:~$
这是成功的。
但是它们都在http://distro.ibiblio.org/tinycorelinux/tcz_2x.html的列表中。
出了什么问题以及如何安装stress
?