Aggiorna README.md
This commit is contained in:
parent
8db71452a8
commit
95fed5f3f3
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -1,3 +1,24 @@
|
||||||
|
# FABIO note
|
||||||
|
|
||||||
|
creare l'immagine docker wsdd con il comando
|
||||||
|
```
|
||||||
|
sudo docker build -t wsdd .
|
||||||
|
```
|
||||||
|
per far partire il docker usare il seguente docker compose
|
||||||
|
in HOSTNAME= mettere il nome che si vuole visualizzare nella rete
|
||||||
|
|
||||||
|
``` docker compose
|
||||||
|
services:
|
||||||
|
wsdd:
|
||||||
|
#image: jonasped/wsdd
|
||||||
|
image: wsdd:latest
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- 'HOSTNAME=OrangePiSMB'
|
||||||
|
restart: unless-stopped
|
||||||
|
```
|
||||||
|
original git https://github.com/JonasPed/wsdd-docker
|
||||||
|
|
||||||
# wsdd-docker
|
# wsdd-docker
|
||||||
Docker image for wsdd.py.
|
Docker image for wsdd.py.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue