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
ですか?