Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barryoneill/kitchen-sink
A linux docker image to test out things in a sandbox, instead of polluting my local PC
https://github.com/barryoneill/kitchen-sink
docker linux
Last synced: about 11 hours ago
JSON representation
A linux docker image to test out things in a sandbox, instead of polluting my local PC
- Host: GitHub
- URL: https://github.com/barryoneill/kitchen-sink
- Owner: barryoneill
- License: mit
- Created: 2019-05-21T13:58:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:15:57.000Z (3 months ago)
- Last Synced: 2024-11-17T04:42:01.527Z (2 months ago)
- Topics: docker, linux
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kitchen-sink
[![Build Docker Image](https://github.com/barryoneill/kitchen-sink/actions/workflows/ci.yaml/badge.svg)](https://github.com/barryoneill/kitchen-sink/actions/workflows/ci.yaml)
Of limited value to anyone but me, this is a simple ubuntu image that I use when I want to try out something without polluting my local machine.
See the [Dockerfile](Dockerfile) for the contents, but right now it's a very basic image that contains CLI tooling, and a few SDKs.
To use it, run
```$bash
docker run -it barryoneill/kitchen-sink
```Visit the [dockerhub page](https://hub.docker.com/r/barryoneill/kitchen-sink/tags) for the available tags.