readme: added a readme with some simple docs!
This commit is contained in:
parent
6dc4981ddd
commit
ed3dfdac23
1 changed files with 33 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# docker-docker
|
||||||
|
For running a proxmox server in a Docker container!
|
||||||
|
|
||||||
|
## Info
|
||||||
|
You might want to change the hostname in docker-compose.yml to something you like, and for Socat
|
||||||
|
You can change the./socat/data/socat.sh and ips you want to passtthrough. AND DONT FORGET TO DO THAT
|
||||||
|
TOO IN THE DOCKER-COMPOSE.YML!!
|
||||||
|
|
||||||
|
## Building the images
|
||||||
|
We first need to build the images to do this:
|
||||||
|
```bash
|
||||||
|
sudo docker compose build
|
||||||
|
```
|
||||||
|
And you will need to do that too for Socat. Just run this:
|
||||||
|
```bash
|
||||||
|
sudo docker compose --project-directory socat build
|
||||||
|
```
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
Now that they are built, go back to the root (aka cd ../) and run this:
|
||||||
|
```bash
|
||||||
|
docker compose up
|
||||||
|
```
|
||||||
|
And to test Socat, just run this:
|
||||||
|
```bash
|
||||||
|
docker compose --project-directory socat up
|
||||||
|
```
|
||||||
|
If everything seems fine (no errors), then you can run them with -d!
|
||||||
|
|
||||||
|
# Contributors
|
||||||
|
- DRAGONTOS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue