Sign inSign up

modulairy/toolbox

By modulairy

Updated about 2 years ago

Image
0

182

modulairy/toolbox repository overview

toolbox Docker Image

The toolbox Docker image is a lightweight Alpine Linux-based container that includes essential tools for working with Kubernetes and text editing. It features kubectl for Kubernetes command-line interactions, vim for text editing, and bash for an enhanced shell experience.

Features

  • Alpine Linux: A minimal and secure Linux distribution.
  • kubectl: CLI tool for interacting with Kubernetes clusters.
  • vim: Advanced text editor.
  • bash: Enhanced shell environment.

Usage

Pull the Docker Image

To pull the pre-built Docker image from Docker Hub, use the following command:

docker pull modulairy/toolbox
Build the Docker Image

To build the Docker image from the provided Containerfile, follow these steps:

  1. Save the Containerfile to a file named Containerfile.

  2. Build the Docker image with the following command:

    docker build -t toolbox -f Containerfile .
    
Run the Docker Container

To run a container from the image, use the following command:

docker run -it toolbox

This command starts an interactive terminal session with bash, allowing you to use kubectl, vim, and other included tools.

Commands

Once inside the container, you can use the following commands:

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, please contact [email protected].

Tag summary

Content type

Image

Digest

sha256:c5600bfc5

Size

32.1 MB

Last updated

about 2 years ago

docker pull modulairy/toolbox