When I create python buy dashboard and go to CLI in jeastic and run lsblk I can see that the / is mount. is python container or CentOS? If it is container how can they mount /?because in kubernetes we can not mount /? If it is CentOS why I do not have full permission?!
Asked
Active
Viewed 103 times
0
-
Please clarify your question. – Virtuozzo Jun 25 '19 at 09:58
-
in kuberentes I can not mout the root. but in jelastic i can see that the / is mount to 400 Gb SSD. it means it is a VM that can mount /. because in container we could not assign / a volume to persist its information. – yasin lachini Jun 25 '19 at 10:11
1 Answers
2
Jelastic is full on containers, no VMs are used there for now. In container it is possible to mount / if you have enough privileges for that, that works for both Kubernetes and Jelastic. Python image is also working inside container, by default you are connecting to SSH over jelastic user that has limited permissions that is why you cannot mount /. If you contact your hosting service provider I believe they will be able to provide you root access.

Ihor Kolodyuk
- 466
- 2
- 5
-
-
I get this error? invalid mount config for type "bind": invalid specification: destination can't be '/' – yasin lachini Jun 25 '19 at 13:50