vmacarios / devcontainer

Encapsulated development environment to reduce the boilerplate to start developing.
0 stars 0 forks source link

Include "sleep infinity" as start-up command #32

Closed vmacarios closed 5 days ago

vmacarios commented 6 days ago

To allow the container to run in background, a command must be triggered. In this case, sleep infinity shall be triggered.

The container running in background can be accessed with

podman exec -it devcontainer bash

vmacarios commented 5 days ago

The command sleep infinity has been added to the Dockerfile. README.md and makefile have been adjusted accordingly