- currently, in order to get the [[VSCode/Dev Container]] to initialize correctly, I need to do: - `docker compose build` - `docker compose up` - `ctrl+c` to exit - [[VSCode/Command/Dev Containers/Reopen/in Container]] - If I don't, then I get a failure related to trying to call `uname` on the `node` user in the image.
docker compose builddocker compose upctrl+cto exitunameon thenodeuser in the image.