Super Container OS Release Notes 26-10-2020

October 29, 2020 By Harshad Joshi

Super Container OS latest release contains MinIO which is a High Performance Object Storage whose API is compatible with Amazon S3 cloud storage service. MinIO can be used to build high performance infrastructure for machine learning, analytics and application data workloads. I would have prefered users to try it using inbuilt docker engine but due to limitations of live ISO, i have provided a binary in /opt which can be run by user directly on machine without using containers.

To run and setup minio after installation or in live environment, follow the steps

$ cd /opt

$ chmod +x minio

$ export MINIO_ACCESS_KEY = minio

$ export MINIO_SECRET_KEY = minio123

$ ./minio server /mnt/data{1…64}

Point your browser to the IP_ADDR:9000 to get access

Just in case you want to use docker container engine, follow below instructions

# docker run -p 9000:9000 \
  -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
  -e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
  minio/minio server /data

Get the source code of minio from here and latest live ISO of Super Container OS can be obtained from here

Harshad Joshi

Hi, I am Harshad Joshi, creator of Bufferstack.IO™ Industrial Computing Platform. Welcome to my place on WWW

Previous Posts

October 2020
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

RSS Latest from Bufferstack.IO

  • Say hello to Bufferstack.IO Smart Machine Metrics August 29, 2023
    We’re excited to introduce a robust Bufferstack.IO Smart Machine Metrics Module which offers precision and real-time analytics, providing a comprehensive solution for monitoring manufacturing equipment. Key Features: 1. Dynamic State Transitions: Seamlessly handles machine states including running, stopped, and maintenance modes. 2. Data Integrity: Built-in timestamp synchronization ensures that your data is accurate and reliable. 3. Real-Time […]
    Harshad Joshi
  • OEE Dashboard Solution using IIoT Gateway June 6, 2023
    Elevate your smart factory machine operations to a new level of efficiency with Bufferstack.IO® IIoT Middleware System. This cutting-edge platform provides unparalleled, in-depth insight into your production processes, enabling you to optimize machine performance and accelerate productivity. Our sophisticated Bufferstack.IO® IIoT Middleware System does more than just monitor the status of your machines. It offers: – **Real-time […]
    Harshad Joshi
  • Super Container OS Release Notes 20-09-2022 September 20, 2022
    Super Container OS Release notes 20-09-2022
    Harshad Joshi
  • IIoT Gateway Release Notes 04-01-2022 January 4, 2022
    This version contains upgraded nodejs and preinstalled FUXA webhmi. FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. With FUXA you can create modern process visualizations with individual designs for your machines and real-time data display. It supports devices connectivity with Modbus RTU/TCP, Siemens S7 Protocol, OPC-UA, BACnet IP, MQTT, Ethernet/IP (Allen Bradley) It can be […]
    Harshad Joshi
  • IIoT Middleware for Super Container OS May 29, 2021
    Get your IIoT middleware setup ready in 2 minutes using Super Container OS and this new container Deploy it on your computer by typing $ sudo docker run -it -p 1880:1880 -v node_red_data:/data –name iiot-middleware hj91/nodered:latest –restart always To log in development environment, enter user name as admin and password harshad, and to see the […]
    Harshad Joshi
  • Super Container OS Release Notes 27-04-2021 April 27, 2021
    It gives me great happiness and joy to release 2021s first Super Container OS update.. Keeping in mind the feedback and suggestions i received in last couple of month, i have updated and upgraded Super Container OS with What’s new? 1. Vagrant is now added for easier setting up of development environment as per user requirement.2. Run […]
    Harshad Joshi
  • IIoT Gateway OS Release Notes 11-11-2020 November 11, 2020
    November Release comes with new gateway software for sending modbus tcp data to a mqtt broker which then can be aggregated to another cloud based broker. On installation, just run modbus4mqtt on command prompt. the default mapping of modbus registers to MQTT topics is in a simple YAML file is already present in your user […]
    Harshad Joshi
  • Super Container OS Release Notes 26-10-2020 October 29, 2020
    Super Container OS latest release contains MinIO which is a High Performance Object Storage whose API is compatible with Amazon S3 cloud storage service. MinIO can be used to build high performance infrastructure for machine learning, analytics and application data workloads. I would have prefered users to try it using inbuilt docker engine but due […]
    Harshad Joshi
  • Super Container OS Release Notes 10-10-2020 October 10, 2020
    Super Container OS Release Notes 10-10-2020
    Harshad Joshi
  • Super Container OS Release Notes 15-08-2020 August 15, 2020
    RELEASE DEKXTER (Docker, Kubernetes and Xen Hypervisor) RELEASE DATE – 15 AUG 2020, Pune This release contains Kubernetes and Xen Hypervisor for creating cloud clusters. On bare machine installation, it will have two kernels, one with Xen Hypervisor and other normal kernel. This release can be used to create Linux based container clusters and Docker […]
    Harshad Joshi