
Super Container OS makes use of os level virtualization and has images that is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings, all this by making use of Docker Container Engine and systemd-nspawn
After installing this OS on HDD, please use Portainer to manage your Docker images.
Use this command to install Portainer as root
$ sudo docker run -d -p 9000:9000 –restart always -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer
Just run $ sudo portainer and use your browser to log in portainer running on port number 9000
Super Container OS is based on Bufferstack,IO Computing Platform, please download it from https://sourceforge.net/projects/super-container-os/files/latest/download
Comment (1)
Great package. Thanks. Looking forward to your next release.