Ambrose Chua
Ambrose Chua
@rugk At the moment, unlike traefik and some other images, to run caddy requires including `caddy` as the first argument as in `docker run caddy:latest caddy file-server`, which might be...
@madhosoi Likely your persistentvolume does not support chown operations. If you're using NFS like me, ensure that `no_root_squash` is enabled.
Alternatively, Ubuntu could be declared not as a dependency but as the starting image, when doing `acbuild begin`.
``` uname -a Linux node1 4.4.0-72-generic #93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux ```
Success on kernel 4.10, closing... Sorry.
Odd that this was not mentioned in the documentation though.
- [ ] Have proper error handling - [ ] Shared default error handler, that will always do `req.flash()` - [ ] Switch to `async`/`await` syntax, and Promises APIs -...
I would imagine using `did:ethr` or `did:web` in place of `did:pkh` and `did:key`. An app might log in with Ethereum and treat the address as part of `did:ethr`.
@greyman888 my interpretation of the spec is that the "relay" node must be provided by the user through the DID. I would imagine that there will be an ecosystem of...
@awoie I'm trying to understand, is this what you have in mind? 