Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabez007/docker-kitchen
A collection of my Docker images
https://github.com/jabez007/docker-kitchen
astronvim aws-cli docker dockerfile kubectl neovim nvim
Last synced: 26 days ago
JSON representation
A collection of my Docker images
- Host: GitHub
- URL: https://github.com/jabez007/docker-kitchen
- Owner: jabez007
- License: mit
- Created: 2024-08-22T19:39:52.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-31T22:48:22.000Z (about 1 month ago)
- Last Synced: 2024-12-31T23:30:14.528Z (about 1 month ago)
- Topics: astronvim, aws-cli, docker, dockerfile, kubectl, neovim, nvim
- Language: Shell
- Homepage:
- Size: 39.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Kitchen
Docker Kitchen is a collection of Dockerfiles and related resources to build and use various Docker images.
## Repository Structure
Each Docker image has its own sub-directory containing:
- A `Dockerfile` for building the image
- Supporting scripts and files as needed## Installation and Usage Examples
### Run the `install.sh` Script
To use the provided `install.sh` script, you can execute it directly from the repository using `curl`:
```bash
curl -fsSL https://raw.githubusercontent.com/jabez007/docker-kitchen/master/install.sh | bash
```This will download and execute the script.
### Install NerdFont for Astro-Nvim
You can download and install a NerdFont zip file from the repository using the following command:
```bash
curl -fsSL https://raw.githubusercontent.com/jabez007/docker-kitchen/master/astro-nvim/Mononoki.zip -o Mononoki.zip && \
unzip Mononoki.zip -d ~/.fonts && \
fc-cache -fv
```## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This repository is licensed under the MIT License. See the `LICENSE` file for more details.