https://github.com/faithByte/HPC-Cluster
https://github.com/faithByte/HPC-Cluster
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faithByte/HPC-Cluster
- Owner: faithByte
- Created: 2025-02-10T23:55:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T23:26:17.000Z (over 1 year ago)
- Last Synced: 2025-02-12T00:21:51.902Z (over 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# internship
The following is designed to work on Debian 12 systems.
```
git clone https://github.com/faithByte/internship.git
cd ./internship
./script.sh
```
## Makefile
This project includes a Makefile that automates common tasks
No need to worry about it, it's just here to make my life easier! 😅
## script.sh
This script is the only thing you need to run to set up the project. It will check if ansible is installed, if it's not, it installs it, and then it will execute the playbook to set up the project.
## playbook.yml + variables.ini
This playbook installs docker on the targeted machines if it's not already installed, builds the docker image, and then runs the container.
## Basic docker commands
```
docker build -t .
```
```
docker run -d --name
```
```
docker exec -it /bin/bash
```