Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22185
| From | Alessandro Pellizzari <shuriken@amiran.it> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | Re: entrypoint per eseguire tutti i test di un progetto |
| Date | 2018-08-10 10:20 +0100 |
| Message-ID | <ft53mqFkleuU1@mid.individual.net> (permalink) |
| References | <pkgupd$kp4$1@gioia.aioe.org> <ft2iq1F3350U1@mid.individual.net> <pkh804$16d5$1@gioia.aioe.org> |
On 09/08/2018 12:19, Flavix wrote: > Il 09/08/2018 12:19, Alessandro Pellizzari ha scritto: >> >> Se usi composer non ti serve uno script. Puoi definire un comando e >> poi chiamare >> >> composer run test > > Ecco il comando che vorrei eseguire Hai cambiato le specifiche del problema! :P > $ docker run -it --rm --volumes-from test_wordpress_1 --network > ... > > docker run ... the input device is not a TTY L'opzione -it di Docker attiva una sessione interattiva (tastiera e schermo). Lanciandolo come script non puoi prendere il controllo della tastiera, da cui l'errore: The input device (la tastiera) is not a TTY (non รจ interattiva) Bye.
Back to it.comp.www.php | Previous | Next — Previous in thread | Find similar | Unroll thread
entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 10:42 +0200
Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-09 11:19 +0100
Re: entrypoint per eseguire tutti i test di un progetto Flavix <imeil@a.a> - 2018-08-09 13:19 +0200
Re: entrypoint per eseguire tutti i test di un progetto Alessandro Pellizzari <shuriken@amiran.it> - 2018-08-10 10:20 +0100
csiph-web