Cian Butler

Results 38 comments of Cian Butler

looks like the postinstall added in #419 is only required for manual installs, E.g container build . will remove and update docs

doyou have a link to docs or guides, ive never looked in to docker for arm builds before but happy to support them

This should now be resolved. We are publishing multiple arm versions to docker hub and github container registry Thanks to @LeszekBlazewski for the original change for this and most helpful...

The Command flag executes the command on login, iirc once the command is finished it would close the ssh session. If you want a shell to remain open you need...

@shimile assessment sounds correct please report back if it helps

You won't be able to use localhost with docker as that will point to the container itself, You'll need to use the IP of the host machine on the docker...

you appear to be using the wrong docker container please use `wettyoss/wetty`

the docker container running wetty will believe it's a separate Machine to the host running the container, so when you try to ssh to localhost from wetty it'll try to...

Currently we dont build arm containers there is a pr to add support for arm #379 but it ran in to issues with long build times and yarn installs. To...