https://github.com/eugeny/tabby-docker
Docker plugin for Tabby
https://github.com/eugeny/tabby-docker
Last synced: about 1 month ago
JSON representation
Docker plugin for Tabby
- Host: GitHub
- URL: https://github.com/eugeny/tabby-docker
- Owner: Eugeny
- Created: 2021-08-08T16:02:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:59:42.000Z (over 2 years ago)
- Last Synced: 2025-04-13T23:13:33.827Z (about 1 month ago)
- Language: TypeScript
- Size: 2.38 MB
- Stars: 57
- Watchers: 3
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker plugin for Tabby Terminal
## Introduction
This plugin lets you shell right into running Docker containers and start new ones.You can connect to a running container through the profile selector, or create a new profile from the `Docker container shell` profile template and then select an image and/or custom shell command.
## Prerequisites
1) Install Docker on your machine
2) pull a required Docker Image using https://hub.docker.com/
3) Make sure docker service is up:
- In MAC - `sudo launchctl list | grep docker`
- In Linux - `systemctl show --property ActiveState docker`## Setup Steps
1) Go to Tabby => Setting => "Plugins" - and search for "docker" under the "Available" plugins section, and install the plugin if not installed.
2) Go to Tabby => Setting => "Profiles" => "Profiles" tab, and select "New Profile"
3) Give the profile a name and in "Image" field click the "Select" button
4) Choose the previosly pulled image (from step #1) and click "Save".
5) The profile should be available in profiles now.
