-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-compose crash if service mount device with colon in path #7909
Comments
@flucciarini Have you found the solution to this issue? |
I created a simbolyc link in host and mount this in docker-compose
Fabrizio Lucciarini
*Sirti S.p.A*
ITS-SIE - Competence Center System & Service Engineering
Viale Della Bella Villa 220/222 - 00172 Rome (Italy)
http://www.sirti.it
Mobile: +393669113047
E-Mail: ***@***.***
Il giorno ven 9 apr 2021 alle ore 12:35 Yogesh Nikam <
***@***.***> ha scritto:
… @flucciarini <https://github.com/flucciarini> Have you found the solution
to this issue?
I'm facing the same issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7909 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPYB6YAML34HLGPGYRYHP3TH3KAFANCNFSM4TKSUCCA>
.
--
<http://www.sirti.it/>
<http://linkedin.com/company/sirti>
<https://www.instagram.com/sirti_/?hl=it>
Sirti Società per Azioni,
con sede legale in Milano, via Stamira d'Ancona n. 9, società con Socio
unico PS Reti S.p.A. Capitale Sociale Euro 42.040.523 interamente versato -
Codice Fiscale, Partita IVA e Iscrizione Registro delle Imprese di Milano:
04596040966
*NOTA DI RISERVATEZZA*
*Questo messaggio e i suoi allegati
sono destinati esclusivamente alle persone in indirizzo e può contenere
informazioni riservate. Se avete ricevuto il messaggio per errore, vi
informiamo che qualsiasi utilizzo dei contenuti della presente è
assolutamente vietato. Vi invitiamo a rispedire immediatamente la mail al
mittente e a distruggere il messaggio. Per qualsiasi dubbio, vi invitiamo a
contattarci rispondendo a ***@***.***
***@***.***>*
* Grazie www.sirti.it
<http://www.sirti.it>*
*
*
*CONFIDENTIALITY NOTICE*
*This message and its
attachments are addressed solely to the persons above and may contain
confidential information. If you have received the message in error, be
informed that any use of the content hereof is prohibited. Please return it
immediately to the sender and delete the message. Should you have any
questions, please contact us by replying to ***@***.***
***@***.***>*
* Thank you www.sirti.it
<http://www.sirti.it>*
|
@flucciarini Could you please give more details?
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not recent activity during the stale period. |
+1 err with |
ref #5363 - type: bind
source: ./.ctd/k3s-registry-cert.crt
target: /etc/docker/certs.d/server.k8s.local:18443/cert.crt |
Hi everyone,
I need to mount in service a host's path with colon (real case below) but docker-compose when start fail
How can escape or encode comma?
...
devices:
- "/sys/bus/iio/devices/iio::device0:/sys/bus/iio/devices/iio::device0:rw"
....
$ docker-compose up -d
...
Creating edgex-device-gpio ... error
ERROR: for edgex-device-gpio Cannot start service device-gpio: error gathering device information while adding custom device "/sys/bus/iio/devices/iio": no such file or directory
ERROR: for device-gpio Cannot start service device-gpio: error gathering device information while adding custom device "/sys/bus/iio/devices/iio": no such file or directory
ERROR: Encountered errors while bringing up the project.
$ docker-compose -version
docker-compose version 1.27.2, build 18f557f
SO: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: