Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lierexa/Docker
I make templates for my Docker needs.
https://github.com/Lierexa/Docker
docker selfhosting
Last synced: 3 months ago
JSON representation
I make templates for my Docker needs.
- Host: GitHub
- URL: https://github.com/Lierexa/Docker
- Owner: Lierexa
- Created: 2024-02-26T07:36:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T11:05:50.000Z (8 months ago)
- Last Synced: 2024-06-29T09:33:35.051Z (5 months ago)
- Topics: docker, selfhosting
- Language: Shell
- Homepage:
- Size: 20.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#1 Clone the repository with:
```
git clone https://github.com/Lierexa/Docker.git
```
#2 Navigate to the Directory with:
```
cd Docker/Configs/'Raspberry Pi Setup Script'/
```
#3 Execute the setup script with:
```
sudo sh ./rasp-setup.sh
```#4 Execute the following command and reconnect after
```
sudo usermod -aG docker $USER
```#5 Go and Deploy the Stacks / Containers you want
#6 To Deploy a compose file do:
```
docker compose up -d
```