toolbox Docker ImageThe 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.
To pull the pre-built Docker image from Docker Hub, use the following command:
docker pull modulairy/toolbox
To build the Docker image from the provided Containerfile, follow these steps:
Save the Containerfile to a file named Containerfile.
Build the Docker image with the following command:
docker build -t toolbox -f Containerfile .
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.
Once inside the container, you can use the following commands:
This project is licensed under the MIT License.
For any questions or feedback, please contact [email protected].
Content type
Image
Digest
sha256:c5600bfc5…
Size
32.1 MB
Last updated
about 2 years ago
docker pull modulairy/toolbox