Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

nint8835-archive/docker-talk-demo

Repository files navigation

docker-talk-demo

Demo app for my intro to containers talk.

This repo contains a simple Node web app, using Hono, which returns a response containing the process ID of the Node process, and the hostname of the computer the process is running on. This should allow easily being able to tell whether the response is coming from the host machine or a Docker container.

Running

npm install
npm run start

Containerizing

To see how this app can be turned into a container, refer to the dockerized branch.

About

Demo app for my intro to containers talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published