• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Starting services/commands/scripts at startup of a container
#7
Hello Walter,

yes what you see is 100% correct and intended.

Since the "programming example" container shall only show customers how to program the netX chip it does not need any specific start script where usually a lot of processes are started. 

This is why I decided not to implement any start script but just starting the SSH daemon as one any only thread using this construct:

ENTRYPOINT ["/usr/sbin/sshd", "-D"]

So there is an entrypoint defined ... but instead of starting a script it starts a single application SSH with the option "-D" to start it as background service. This is all you need. No additional enterypoint script is necessary at all.

Thx
Armin
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
RE: [SOLVED] Starting services/commands/scripts at startup of a container - by Armin@netPI - March-9th-2021, 08:19 AM
Answer - by Armin@netPI - April-27th-2018, 07:45 PM
Answer - by Jonas.Sellmann@outlook.de - May-4th-2018, 11:00 AM
Answer - by Armin@netPI - May-7th-2018, 06:24 AM
Answer - by Jonas.Sellmann@outlook.de - May-8th-2018, 06:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TOSILOCK for CONTAINER COswald 3 2,337 July-13th-2021, 11:32 AM
Last Post: Armin@netPI
  Access to RTC from my own container application tad 1 3,636 March-19th-2021, 02:58 PM
Last Post: Armin@netPI
  OpenVPN container Armin@netPI 0 1,699 January-3rd-2021, 12:13 PM
Last Post: Armin@netPI
  operating Console of a container on netPI connected to Wi-Fi tethering tad 3 2,776 December-3rd-2020, 12:32 PM
Last Post: tad
  NIOT-E-NPIX-4DI4DO with netpi-netx container WalterSchaefer 3 6,933 November-25th-2020, 01:06 PM
Last Post: zen89
  NPIX-4DI4DO and NetPi-Nodered container issues alhammi 4 8,112 November-16th-2020, 01:35 PM
Last Post: alhammi
  Get host MAC via REST API inside container bschandra 4 3,825 November-16th-2020, 09:26 AM
Last Post: bschandra
  Receive at startup additional data through the Fieldbus Port Schranz 1 2,920 September-10th-2020, 10:55 AM
Last Post: Armin@netPI
  Exporting and importing container images Armin@netPI 3 3,276 May-20th-2020, 11:24 AM
Last Post: COswald
Exclamation Creating a container Linnerz 6 4,710 March-6th-2020, 02:47 PM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 2 Guest(s)