2017-03-01

Slitaz64 -- CaaS - Container-as-a-Service



CaaS - Container-as-a-Service


ARUKAS CLOUD is DOCKER HOSTING
https://arukas.io/en/
Arukas is the simplest-to-use Container-as-a-Service that makes it easy to deploy and manage apps at scale.
Deploy apps right out of the box
Get started for free
https://app.arukas.io/sign_up/

1. Create application


2. Start application

 


3. Application up and running


 

4. ssh login


tux@slitaz:~$ ssh -p 31382 root@153.125.239.144
Host '153.125.239.144' is not in the trusted hosts file.
(ecdsa-sha2-nistp256 fingerprint md5 4e:89:a7:c0:69:64:12:13:72:d6:af:18:53:af:e1:89)
Do you want to continue connecting? (y/n) y
root@153.125.239.144's password:
Welcome to the Open Source World!
SliTaz GNU/Linux is distributed in the hope that it will be useful,
but with ABSOLUTELY NO WARRANTY.


5.
root@c1ee9ae00198:~# tazpkg -lf openssh
Installed files by: openssh
======================================================================
/etc/init.d/openssh
/etc/ssh/moduli
/etc/ssh/ssh_config
/etc/ssh/sshd_config
/usr/bin/scp
/usr/bin/sftp
/usr/bin/ssh
/usr/bin/ssh-add
/usr/bin/ssh-agent
/usr/bin/ssh-keygen
/usr/bin/ssh-keyscan
/usr/sbin/ssh-keysign
/usr/sbin/ssh-pkcs11-helper
/usr/sbin/sshd
======================================================================
14 files installed with openssh


6.
root@c1ee9ae00198:~# slitaz
SliTaz GNU/Linux
===========================================================================
Release      : 5.0
Architecture : x86_64
Kernel       : 4.8.17-coreos-r1
Machine type : x86_64
Home path    : /home/slitaz
Configs      : /etc/slitaz
Main config  : /etc/slitaz/slitaz.conf
Log files    : /var/log/slitaz
Packages DB  : /var/lib/tazpkg
Installed    : 10 packages
Mirror       : http://slitaz64.96.lt/packages/
System date  : Tue Feb 28 14:47:35 UTC 2017
--------------
Boot options : rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz initrd=/coreos/cpio.gz
===========================================================================


7.
root@c1ee9ae00198:~# uname -a
Linux c1ee9ae00198 4.8.17-coreos-r1 #1 SMP Thu Feb 2 01:17:06 UTC 2017 x86_64 GNU/Linux

root@c1ee9ae00198:~# exit
tux@slitaz:~$ uname -a
Linux slitaz 3.16.36-slitaz64 #1 SMP Fri Oct 7 13:26:22 UTC 2016 x86_64 GNU/Linux
tux@slitaz:~$