Skip to content

A simple bash script to list all docker containers in a tree format.

Notifications You must be signed in to change notification settings

Zylk-dev/docker-listview_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker List View Bash Script 🚀

Overview

This Bash script provides a convenient way to list all Docker containers on your system in a tree format. It retrieves information about all containers, including their IDs, images, and names, and displays it in a visually appealing manner.

Requirements

To run this script, ensure you have the following installed:

  • Bash: The script is written in Bash and requires a compatible shell to run.
  • Docker: Docker must be installed and running on your machine. You can download it from Docker's official website.

Installation

  1. Clone this repository to your local machine (if applicable):

    git clone https://github.com/Zylk-dev/todo-list_bash.git
  2. Navigate to the directory containing the script:

    cd todo-list_bash/docker-listview_bash
  3. Make the script executable:

    chmod +x docker_list.sh

Usage

To use the Docker list view script, follow these steps:

  1. Open your terminal.
  2. Navigate to the directory containing the script.
  3. Run the script:
    ./docker_list.sh

Output

  • The script checks if Docker is installed and lists all available Docker containers in a tree format.
  • If no containers are found, it will notify you accordingly.

About

A simple bash script to list all docker containers in a tree format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages