Giter VIP home page Giter VIP logo

Comments (4)

bmoers avatar bmoers commented on July 19, 2024 1

Due to security reasons the process does not run as Root.
But, if you exec into the container with root (-u=0) you'll be able to install additional components:

$ docker exec -it -u=0 065718ab2ce6 /bin/bash
root@065718ab2ce6:/# 

However, I do not recommend to change the container content after boot in production (as it's not persistent on re-creation fo the container).
Could you share your use case for NodeJs?

Cheers
Boris

from docker-mid-server.

JustinHenryLo avatar JustinHenryLo commented on July 19, 2024

I was tasked to make a custom report generator. They want to feed in a report template and I was tasked to populate the data. I used Node to fill it in.
Im not sure if this is the right way to integrate it, is this method an unconventional way to use MID servers?

from docker-mid-server.

bmoers avatar bmoers commented on July 19, 2024

MID is the perfect choice to load data into ServiceNow. But in your case, it’s better to run the report generator in a separate Docker container and configure a Datasource in ServiceNow to connect to it via the MID server. (It’s bad practice to run multiple processes in Docker)

from docker-mid-server.

JustinHenryLo avatar JustinHenryLo commented on July 19, 2024

Thanks for the suggestion. I will look into it as I am quite inexperienced in the best practices of Docker and MID Servers.

from docker-mid-server.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.