
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 using Docker (please add your user to sudo list by entering it using visudo 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
or
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
Comments (4)
Great package. Thanks. Looking forward to your next release.
Please check the latest release from sourceforge.net, the link is present in the release blog post
I cant get this to run with the above command it cant connect to docker
First mkdir /opt/portainer-data and after this please try running portainer using
portainer –data /opt/portainer-data
Open your browser to ip_addr:9000
This will set up portainer with all the data files and you can add admin user, connect to docker/kubernetes system from browser.
To check if docker is running on start, use systemctl status docker