Apple Shortcuts

Automate focused Docker routines with Apple Shortcuts

Use WhaleDeck actions in Apple Shortcuts to check Docker status, retrieve server overviews, and run carefully scoped container routines.

Manage one server for free. Optional one-time Pro upgrade.

Apple Shortcuts workflow using WhaleDeck to check and restart a named Docker container safely
A WhaleDeck status check and named container action in Apple Shortcuts on Mac.

What WhaleDeck provides

WhaleDeck integrates Docker management actions with Apple Shortcuts so a routine can check server or container state and perform a specifically defined action. Safe automations name the exact target, validate preconditions, request confirmation where needed, and verify the result.

Shortcuts can reduce the friction of repeated Docker tasks across iPhone, iPad, and Mac. A routine can be launched manually, through Siri, or from a supported automation trigger. The value is not unrestricted administration; it is a reliable path through one clearly understood operation.

Automation also removes moments when a person might notice the wrong server or an unexpected state. WhaleDeck actions should therefore be assembled with explicit targets, visible results, and failure handling rather than used to create a generic one-tap control panel for every environment.

Built for the way you work

Read-only summaries

Retrieve a server overview or container status before a work session, maintenance window, or manual decision.

Scoped lifecycle actions

Start or restart a known service through a shortcut that identifies and validates the target.

Native triggers and Siri

Connect Docker routines to the Apple automation tools already available on your devices.

Begin with read-only Docker automations

A status check is the safest first shortcut. Select one server, retrieve its overview, and present the result. Extend it with a specific container check when the target and expected state are stable. This validates the connection and output without changing a workload.

Read-only routines are useful at the start of a day, before a deployment, or after a monitoring notification. They can shorten navigation while preserving the human decision about whether an action is required.

Guard every state-changing action

A restart shortcut should name the server and container, fetch current state, and stop when the preconditions are unexpected. Manual confirmation should show the human-readable target. After the request, the shortcut should query state again and report whether the process actually started.

Avoid unattended deletion, pruning, volume removal, or database actions. These operations depend on ownership and data context that a generic trigger cannot safely infer. A successful request also does not guarantee application health, so verification must extend beyond the API response.

  • Select one named target
  • Read current state
  • Validate preconditions
  • Confirm risky changes
  • Run the action
  • Fetch and report the resulting state

Treat triggers as timing, not operational context

Apple automations can run from time, location, device state, or another supported event. The trigger only explains when the shortcut starts. It does not know whether a deployment is active, storage is full, a dependency is down, or the service is safe to interrupt.

Use scheduled triggers for summaries and low-risk checks. When automated recovery is required, implement health checks, restart policy, orchestration, and alerting close to the workload. The Shortcut can remain the human-facing notification or approval layer.

Make failure visible and actionable

Network loss, expired credentials, renamed containers, and unavailable hosts are normal failure modes. A robust shortcut should stop, state what failed, and provide a path into the relevant WhaleDeck view. Silent failure makes automation less trustworthy than a manual check.

Review shortcuts when servers or ownership change. Remove retired targets and credentials, test important routines after app or OS updates, and document which automated actions are allowed in shared environments.

Frequently asked questions

Can Apple Shortcuts restart a Docker container?

Yes, when WhaleDeck exposes the action and the selected connection has permission. Add target validation and result verification.

Can Siri control Docker through WhaleDeck?

Supported Shortcuts can be invoked through Siri. Use distinctive phrases and confirmation for actions that change services.

Should Docker containers be restarted on a schedule?

Usually not as a substitute for reliability engineering. Prefer health checks, restart policies, monitoring, and root-cause fixes.

What is the safest first Docker shortcut?

A read-only server or container status summary with a clearly named target.