https://github.com/tankibaj/alpine-whale
Alpine-Whale: Lightweight Docker image based on Alpine Linux with a custom prompt and whale emoji
https://github.com/tankibaj/alpine-whale
Last synced: 5 months ago
JSON representation
Alpine-Whale: Lightweight Docker image based on Alpine Linux with a custom prompt and whale emoji
- Host: GitHub
- URL: https://github.com/tankibaj/alpine-whale
- Owner: tankibaj
- License: mit
- Created: 2023-05-17T20:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T23:19:43.000Z (over 1 year ago)
- Last Synced: 2025-02-17T21:38:34.123Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpine-Whale
Alpine-Whale is a lightweight Docker image based on Alpine Linux, featuring a custom prompt with a whale emoji. It includes Bash, Vim, and a colorful prompt.### Getting Started
To use the alpine-whale Docker image with kubectl in a Kubernetes environment, you need to have Docker and Kubernetes tools installed on your system. Follow these steps to get started:#### Usage
- Run a Docker container:
```bash
docker run -it --rm thenaim/alpine-whale
```- Run a Kubernetes pod:
```bash
kubectl run alpine-whale --rm --image=thenaim/alpine-whale -i --tty
```