Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:48, 24 July 2023 Gabriele.vivinetto talk contribs created page Impostare un formato di default per il comando docker ps (Created page with "TL;DR: mkdir -p ~/.docker cat << EOFile >> ~/.docker/config.json { "experimental": "enabled", "psFormat": "table {{printf \"%.20s\" .Names}}\t{{.Image}}\t{{.Command}}\t{{.ID}}\t{{printf \"%.15s\" .Status}}" } EOFile Start with a normal `docker ps` output: <pre> $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4edf61bfedce prom/node-exporter:latest "/bin...")