Development

🐳Docker Desktop Keyboard Shortcuts

18 essential shortcuts for Docker Desktop

General

ShortcutAction
Ctrl+//⌘/Show keyboard shortcuts
Ctrl+,/⌘,Open Settings/Preferences
Ctrl+Shift+D/⌘⇧DToggle Docker Extension Manager
Ctrl+R/⌘RRefresh current view
Delete/Remove selected container/image
Ctrl+F/⌘FFilter/search in current view

Navigation

ShortcutAction
Ctrl+K/⌘KOpen quick search
Ctrl+1/⌘1Switch to Containers view
Ctrl+2/⌘2Switch to Images view
Ctrl+3/⌘3Switch to Volumes view
Ctrl+4/⌘4Switch to Dev Environments
Ctrl+D/⌘DOpen Docker Dashboard

Containers

ShortcutAction
Ctrl+Shift+T/⌘⇧TOpen terminal in container
Ctrl+L/⌘LView container logs
Ctrl+Shift+I/⌘⇧IInspect container/image
Ctrl+S/⌘SStart selected container
Ctrl+Shift+S/⌘⇧SStop selected container
Ctrl+Shift+R/⌘⇧RRestart container

About Docker Desktop Shortcuts

Docker Desktop is the application for building, sharing, and running containerized applications on macOS and Windows. It includes Docker Engine, Docker CLI, Docker Compose, Kubernetes, and a GUI dashboard for managing containers, images, and volumes. While Docker is primarily CLI-driven, Docker Desktop provides useful keyboard shortcuts for its management interface and integrated terminal.

This reference covers 18 essential Docker Desktop keyboard shortcuts organized across 3 categories: General, Navigation, Containers. Each shortcut lists both macOS and Windows/Linux key combinations where applicable, making it easy to find the right key combo regardless of your operating system.

Learning keyboard shortcuts is one of the highest-leverage investments you can make in your daily workflow. Studies show that developers and designers who rely on keyboard shortcuts are measurably faster at common tasks. Rather than memorizing every shortcut at once, focus on the ones you use most frequently and gradually expand your repertoire.

Bookmark this page for quick reference whenever you need to look up a Docker Desktop shortcut. The categorized layout makes it easy to find shortcuts by their function, whether you need navigation, editing, or specialized commands.

Related apps