Sami S.

Results 3 issues of Sami S.

I am trying to mount a file however it always gives "permission denied" and privileged : true seems not supported ! ``` `version: '3.3' services: DB: image: mysql:latest container_name: sql_server...

Error is ` 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up docker.io (1.6.2~dfsg1-1ubuntu4~14.04.1) ... addgroup: The group `docker'...

in exercise 14 shouldn't this be match: Host(`d..demo.traefiklabs.tech`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/api`) ) rather than : match: Host(`d..demo.traefiklabs.tech`) && PathPrefix(`/dashboard`) || PathPrefix(`/api`) so it doesn't conflict with anything that...