Pretor/archonbot/tool_plugin/docker_sandbox/sandbox_image/Dockerfile

4 lines
67 B
Docker

FROM ubuntu:latest
LABEL authors="zhaoxi"
ENTRYPOINT ["top", "-b"]