Skip to content

Commit

Permalink
update the url-to-pdf service example
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Feb 4, 2025
1 parent 47e34ac commit b14b49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions running_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ The complete definition file will look like this:
.. code:: {command}

Bootstrap: docker
From: node:8
From: node:23

%post

Expand Down Expand Up @@ -411,7 +411,7 @@ provide the service:
$ {command} shell instance://pdf
{Project}> ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
user 1 0.0 0.0 1178984 20700 ? Sl 11:40 0:00 sinit
user 1 0.0 0.0 1178984 20700 ? Sl 11:40 0:00 appinit
user 13 0.0 0.0 4284 696 ? S 11:40 0:00 /bin/sh /.singularity.d/startscript
user 15 1.0 0.0 984908 41508 ? Sl 11:40 0:00 npm
user 25 0.0 0.0 4292 716 ? S 11:40 0:00 sh -c env-cmd nodemon --watch ./src -e js src/index.js
Expand Down

0 comments on commit b14b49a

Please sign in to comment.