Hello,
I'm trying to use the docker service with the bash shell in a Nexus 93108. According to the documentation with this procedure the docker service should restart when the switch is reloaded:
bash-4.3# chkconfig --add docker
bash-4.3# chkconfig --list docker
docker 0:off 1:off 2:on 3:on 4:on 5:on 6:off
bash-4.3# ls /etc/rc.d/rc3.d
S15mountnfs.sh S50dbus-1 S50nfsserver S50rmnologin.sh S95docker
S50cgroups-init S50nfscommon S50portmap S50stop-bootlogd
It would seem the same procedure as a normal linux distribution. However, what happens to me on a Nexus 93100 is that the service does not restart and the automatic restart file in the rc.d folder also disappears:
bash-4.3# chkconfig --list | grep docker
bash-4.3# ls /etc/rc.d/rc3.d
S02dbus-1 S08cgroups-init S10portmap S15mountnfs.sh S19nfscommon S20nfsserver S99rmnologin.sh S99stop-bootlogd
Has anyone had the same problem as me?
Thankyou
Gianrico Fichera