An open API service indexing awesome lists of open source software.

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

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
```