doc: Generate docs

This commit is contained in:
Anton Ovchinnikov
2025-11-05 23:48:30 +01:00
parent abea3e229e
commit 06d988583d
6 changed files with 60 additions and 18 deletions
@@ -26,7 +26,7 @@ uc service exec [OPTIONS] SERVICE [COMMAND ARGS...] [flags]
uc exec --container d792ea7347e5 web-service ls -la
# Pipe input to a command inside the service container
cat /var/log/app.log | uc exec -T web-service grep "ERROR"
cat backup.sql | uc exec -T db-service psql -U postgres mydb
# Run a task in the background (detached mode)
uc exec -d web-service /scripts/cleanup.sh