this post was submitted on 23 May 2022
2 points (100.0% liked)

Lemmy Support

4929 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

How to edit theme style in docker?

~# docker exec -it 9f3678b6218f /bin/bash OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown

How can this be solved?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 years ago (13 children)
[–] [email protected] 1 points 3 years ago (10 children)

What I mean is to use the command docker exec -it 9f3678b6218f /bin/bash to enter the Docker instance and then modify the theme file.

[–] [email protected] 1 points 3 years ago (9 children)

Try docker-compose exec lemmy-ui sh, the container might not have bash. Also, any changes made this way will be gone after restart.

load more comments (8 replies)
load more comments (8 replies)
load more comments (10 replies)