Docker workspace exited

cancel
Showing results for 
Search instead for 
Did you mean: 
Tomasz_Zukowski
Member II

Docker workspace exited

Hi,

I use ACS in the trial version and run it via docker-compose. After the first start (with docker-compose up) everything works fine, but on the next reboot, the digital workspace and proxy are disabled immediately, and I can't use the system. The digital workspace logs in docker look like this:

2023-01-20 11:59:28 rm: can't remove '/custom-theme/*': No such file or directory
2023-01-20 11:59:28 rm: can't remove '/usr/local/lib/node_modules': No such file or directory
2023-01-20 11:59:28 rm: can't remove '/usr/local/include': No such file or directory
2023-01-20 11:59:28 rm: can't remove '/usr/local/bin/node': No such file or directory
2023-01-20 11:59:28 rm: can't remove '/var/cache/nginx/.npm/_cacache': No such file or directory
2023-01-20 12:00:18 rm: can't remove '/custom-theme/*': No such file or directory
2023-01-20 12:00:18 rm: can't remove '/usr/local/lib/node_modules': No such file or directory
2023-01-20 12:00:18 rm: can't remove '/usr/local/include': No such file or directory
2023-01-20 12:00:18 rm: can't remove '/usr/local/bin/node': No such file or directory
2023-01-20 12:00:18 rm: can't remove '/var/cache/nginx/.npm/_cacache': No such file or directory

Do you have any idea why this is happening? Thanks for any help

2 Replies
openpj
Moderator
Moderator

Re: Docker workspace exited

Probably the user configured for such containers doesn't have permissions to delete these folders.

Try to set on your Docker Compose template the right user for running the container.

eduardoramirez
Active Member

Re: Docker workspace exited

Hello,

If you do a --force-recreate it will start right again. Do you know what can be happening?

Also, where are the logs for digital-workpsace?

Thanks so much!