You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Docker as part of local development. We have a volume setup between docker container and local source code so we don't need to rebuild the image each time we change the source code. Recently started switching from ts-node to tsimp. The .tsimp folder happens to be included in the volume. If the tsimp daemon is started outside the container and then tsimp is run inside the container, tsimp seems to crash with no output. If I remove the .tsimp folder and then start the container, tsimp will run fine in the container. The flip side of that is also true: if tsimp first run in container, it will fail outside the container. I'm assuming this has to do with Docker configuration related to the socket to the daemon. I'm not familiar enough with sockets to figure out how I could configure Docker to gracefully handle this. Any help would be appreciated.
Additionally, it might be worth looking into how tsimp is failing in this scenario to at least provide some output to the user.
The text was updated successfully, but these errors were encountered:
We use Docker as part of local development. We have a volume setup between docker container and local source code so we don't need to rebuild the image each time we change the source code. Recently started switching from ts-node to tsimp. The .tsimp folder happens to be included in the volume. If the tsimp daemon is started outside the container and then tsimp is run inside the container, tsimp seems to crash with no output. If I remove the .tsimp folder and then start the container, tsimp will run fine in the container. The flip side of that is also true: if tsimp first run in container, it will fail outside the container. I'm assuming this has to do with Docker configuration related to the socket to the daemon. I'm not familiar enough with sockets to figure out how I could configure Docker to gracefully handle this. Any help would be appreciated.
Additionally, it might be worth looking into how tsimp is failing in this scenario to at least provide some output to the user.
The text was updated successfully, but these errors were encountered: