Alexandru Duzsardi

Results 62 comments of Alexandru Duzsardi

just to note here , as i think it would be helpful for others as well you don't actually need acme-dns for this to work, for example you could just...

i. changed the arguments file manually, and works, but will probably get overwritten if i update microk8s thank you

Thank you , i forgot i can use only v2 compose directives so no heath check conditions in depends_on ``` depends_on: api: condition: service_healthy ```

I don't know why i was under the impression that it's only in v3 , seems like i was mistaken https://docs.docker.com/compose/compose-file/compose-file-v2/#depends_on

unfortunately i can't rename it , anyway it's not that big of a deal i just seen there's a variable of some kind in the common.env `PROJECT_NAME=some-name` , but it...

cool , thank you 🙇🏻

nothing simple about that @anthony-o , maybe from a sysadmin's perspective is simple enough but for developers not so much it would be great to have `docker task|service exec` commands...

works just fine using these options ```shell docker plugin install --alias sshfs --grant-all-permissions vieux/sshfs sshkey.source=/srv/.ssh/ ``` i put my ssh private key in `/srv/.ssh/` owned by root and **chmod 700...

oh , i think i get it now , you mean with G Suite accounts because i tested with regular gmail account and even though i did some changes to...