How to add some another docker app?

Joined
Jan 24, 2022
Messages
9
Every my try end up with stucking with "Deploying" forever
 

Attachments

  • samba-dc.JPG
    samba-dc.JPG
    27.5 KB · Views: 184

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
Try these settings:

appname samba-dc or without the -
repository instantlinux/samba-dc
 
Joined
Jan 24, 2022
Messages
9
Here is an Application Events, please help me to understand it

2022-02-18 23:52:30 Back-off restarting failed container
2022-02-18 23:52:25 Started container ix-chart
2022-02-18 23:52:25 Created container ix-chart
2022-02-18 23:52:27 Container image "instantlinux/samba-dc:latest" already present on machine
2022-02-18 23:52:24 Successfully pulled image "instantlinux/samba-dc:latest" in 33.685430013s
2022-02-18 23:51:50 Pulling image "instantlinux/samba-dc:latest"
2022-02-18 23:51:50 Add net1 [192.168.16.2/24] from ix-samba-dc/ix-samba-dc-0
2022-02-18 23:51:49 Add eth0 [172.16.0.4/16] from ix-net

Successfully assigned ix-samba-dc/samba-dc-ix-chart-6b8db64d7b-rjmrf to ix-truenas
2022-02-18 23:51:46 Created pod: samba-dc-ix-chart-6b8db64d7b-rjmrf
2022-02-18 23:51:46 Scaled up replica set samba-dc-ix-chart-6b8db64d7b to 1
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
Here is an Application Events, please help me to understand it

2022-02-18 23:52:30 Back-off restarting failed container
2022-02-18 23:52:25 Started container ix-chart
2022-02-18 23:52:25 Created container ix-chart
2022-02-18 23:52:27 Container image "instantlinux/samba-dc:latest" already present on machine
2022-02-18 23:52:24 Successfully pulled image "instantlinux/samba-dc:latest" in 33.685430013s
2022-02-18 23:51:50 Pulling image "instantlinux/samba-dc:latest"
2022-02-18 23:51:50 Add net1 [192.168.16.2/24] from ix-samba-dc/ix-samba-dc-0
2022-02-18 23:51:49 Add eth0 [172.16.0.4/16] from ix-net

Successfully assigned ix-samba-dc/samba-dc-ix-chart-6b8db64d7b-rjmrf to ix-truenas
2022-02-18 23:51:46 Created pod: samba-dc-ix-chart-6b8db64d7b-rjmrf
2022-02-18 23:51:46 Scaled up replica set samba-dc-ix-chart-6b8db64d7b to 1

Application events are just a list of what the system has attached to your App.
It only state what has failed and sometimes (if it is relating to the system attaching things to the container) what attachment order was crashing.

It does not tell you what inside the container itself is crashing/breaking.
You would need to check the container logs themselves for that.
 

dmi3000

Cadet
Joined
Feb 3, 2023
Messages
1
Application events are just a list of what the system has attached to your App.
It only state what has failed and sometimes (if it is relating to the system attaching things to the container) what attachment order was crashing.

It does not tell you what inside the container itself is crashing/breaking.
You would need to check the container logs themselves for that.
Trying to check the logs leads to this message
 

Attachments

  • Screen Shot 2023-02-04 at 1.12.04 AM.png
    Screen Shot 2023-02-04 at 1.12.04 AM.png
    386.3 KB · Views: 125
Top