
Docker container with fun geeky terminal commands and ASCII art.
In alphabetic order:
sl (not to be confused with ls)Basic usage
$ docker run --rm -it wernight/funbox _ _ _ ____ _ __ _____ _ __ _ __ (_) __ _| |__ | |_ / / _|_ _ _ __ | |__ _____ __ \ \ /\ / / _ \ '__| '_ \| |/ _` | '_ \| __| / / |_| | | | '_ \| '_ \ / _ \ \/ / \ V V / __/ | | | | | | (_| | | | | |_ / /| _| |_| | | | | |_) | (_) > < \_/\_/ \___|_| |_| |_|_|\__, |_| |_|\__/_/ |_| \__,_|_| |_|_.__/ \___/_/\_\ |___/ Screensavers / inifite animations: 1) `aafire` - Fire pit 2) `asciiquarium` - Aquarium 3) `cacademo` - caca-utils demo 4) `cmatrix` - Matrix 5) `falling-hearts` - Falling Hearts screensaver 6) `nyancat` - Nyan cat 7) `pipes` - Pipes screensaver 8) `xaos` - real-time interactive fractal zoomer Demos / short animations: 9) `bb` - ASCII art demo 10) `sl` - Train passing by 11) `***` - Alias to watch YouTube video using `***-dl`, `vlc` and `caca` Static ASCII art: * Text`formatting: 12) `cowsay` - Talking cow (or actually many others, run with `-l` to get a list and via `-f <name>` to use one) 13) `figlet` - ASCII large text print 14) `toilet` - ASCII large text print * Other: 15) `aview` - Convert image to ASCII art 16) `cacaview` - Convert image to ASCII art 17) `boxes` - Put various frames around given block of ASCII art. 18) `binclock` - Current time in binary. 19) `linuxlogo` - Standard linux logos 20) `lolcat` - Colorful `cat` Random text generator: 21) `rig` - Kind of person ID 22) `fortune` - Random fortune cookie message
Some Examples
$ docker run --rm -it wernight/funbox nyancat
!https://raw.githubusercontent.com/wernight/docker-funbox/master/doc/nyancat.png
$ docker run --rm -it wernight/funbox asciiquarium
!https://raw.githubusercontent.com/wernight/docker-funbox/master/doc/asciiquarium.png
$ docker run --rm -it wernight/funbox sh -c "figlet funbox | boxes | toilet --gay -f term"
!https://raw.githubusercontent.com/wernight/docker-funbox/master/doc/funbox.png
$ docker run --rm -it wernight/funbox watch -ct -n1 "date '+%D%n%T' | figlet -k | boxes -a c -s 59 -d cat"
!https://raw.githubusercontent.com/wernight/docker-funbox/master/doc/time-cat.png
$ docker run --rm -it wernight/funbox cvlc --no-audio -V caca /examples/countdown.mp4
!https://raw.githubusercontent.com/wernight/docker-funbox/master/doc/countdown-video.png
You can also watch *** videos from the console thanks to the youtube alias (using youtube-dl, vlc and caca-utils) then use cvlc keyboard shortcuts:
$ docker run --rm -it wernight/funbox *** '[***]
Security and mounting volumes
For security, all tools run as non-root user with uid 666. So to access mounted volumes (images or media) do one of the following from within your Docker host:
chmod o+rx666docker run --rm -it --user $UID wernight/funbox ...Example:
$ chown 666 my-image.png $ docker run --rm -it -v $PWD/my-image.png:/my-image.png:ro wernight/funbox metapixel /my-image.png
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。




探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务