Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Last active July 29, 2025 21:33
Show Gist options
  • Save douglasmiranda/bd18117bff985deaa9c994a5bfea15f9 to your computer and use it in GitHub Desktop.
Save douglasmiranda/bd18117bff985deaa9c994a5bfea15f9 to your computer and use it in GitHub Desktop.
Leave command running in background inside container
nohup $COMMAND > logs.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment