Skip to content

🚧 A simple docker image to that log and stay on 'running' status.

Notifications You must be signed in to change notification settings

Oxie-Inc/hello-oxie

Repository files navigation

Hello Oxie

A simple Docker image to run to test the container, it print logs in stdout and stderr and to check container status.

🚧 Building

$ npm run build or $ docker build -t hello-oxie .

🚀 Running

$ docker run hello-oxie It will print logs in stdout and stderr and then stay running.