cruizba / ubuntu-dind

A docker image based in ubuntu to run docker containers inside docker containers
Apache License 2.0
161 stars 75 forks source link

Fonts and Terminal #29

Open StevenXL opened 1 month ago

StevenXL commented 1 month ago

Hi. Thank you very much for your work.

I am wondering if you could help me out. My workflow is:

  1. I SSH into my VPS
  2. From my VPS I run docker container exec --interactive --tty <ubuntu-didn-container-id> /bin/bash
  3. Once I am in my dind container, I attach tmux tmux attach
  4. I open my LazyVim editor

Unfortunately, the icons are not rendering properly. This is what it looks like when I follow the workflow above:

image

It should look like this:

image

I am wondering what I need to do to fix this issue.

cruizba commented 2 weeks ago

Take a look to this: https://unix.stackexchange.com/a/189178 , I think it is related.