LogoLogo
Deploy NowCommunity Careers
  • Introduction to StackAI
  • Litepaper
  • FAQs
    • Introductory FAQs
    • Technical FAQs
    • Project/App FAQ
    • Financial FAQs
  • Tokens
    • Add $STACK to MetaMask
    • Buy $STACK Tokens
  • App Deployment on StackOS
    • Custom App Deployment
    • AppStore App Deployment
    • Deploy a Containerized Application on StackOS
  • Basic Operations
    • Create WebTTY
    • WebTTY, Logs, Shell Access
    • Practice - Persistent Data, Alternate User
    • Reset StackOS Account
    • Map a container port
    • Custom DNS
    • Custom SSL
    • Account Funding - General
    • Pod Launch - General
  • Preparing Custom Images
    • Docker Hub Intro
    • GitHub, DockerHub and StackOS Integration
  • App Store Notes
    • Redis on StackOS
    • Memcached on StackOS
    • Presearch on StackOS
    • Wordpress on StackOS
    • Jenkins on StackOS
    • WebDAV on StackOS
  • Useful Apps
    • phpMyAdmin (Mysql Web Admin)
  • Wordpress Operations
    • Launching a Wordpress app on StackOS
    • WordPress Migration
    • Account Funding - Wordpress
    • Upload limit increase
    • SSL Mixed Content Resolution
    • Wordpress Domain Change
  • Other Applications
    • Python Applications
    • RSK
  • 0xMarket
    • Viewing your NodeNFT
    • Listing your NodeNFT
    • Buying a NodeNFT
Powered by GitBook
On this page
  • What is a Docker Image?
  • Why Do Admins Prefer Docker?
  • I don't know Docker, can you help?
  • What is the StackAI App Store?
  • I don't see X in the App Store, can it run?
  • How about custom docker images?
  • Why do I want StackAI to handle Kubernetes?
  • How can I talk to someone real?
  1. FAQs

Introductory FAQs

General questions about the deployment process on StackOS.

What is a Docker Image?

A Docker Image is like a game cartridge for servers. When you "insert the cartridge" into a game system, you know the system will run the exact software you have prepared.

Why Do Admins Prefer Docker?

The "Docker Style" style of running systems is rapidly being adopted because a tested system does not change across deploys.

Previous methods of setting up a system from scratch often introduced "setup variance" which caused the same software to run differently, leading to higher debugging costs.

I don't know Docker, can you help?

Yes, StackAI is happy to help your project onboard to Docker and StackAI. Please reach out to us on telegram.

What is the StackAI App Store?

Apps in the StackAI AppStore are "quick launch" docker containers that allow users to run software with less configuration.

These address common needs.

I don't see X in the App Store, can it run?

Probably. StackAI can run any docker image, so if you see it on hub.docker.com you can probably run it on StackAI

How about custom docker images?

Yes, simply place your image on hub.docker.com and it will be available to run.

Why do I want StackAI to handle Kubernetes?

Typical startups avoid Kubernetes because 1) it is a layer of complexity they may not fully understand and 2) is not the core deliverable to the end-user.

Furthermore, for smaller startups, once their sys-admins learn Kubernetes, they often depart for higher paying jobs in other companies.

As a result, Docker infrastructure can often be left "brittle" and without failover, and in the worst cases without an admin until a suitable skilled replacement can be found.

With StackAI, running on a reliable Kubernetes platform is no harder than running basic Docker images.

How can I talk to someone real?

Join our Discord and ask your questions in the #dev-support channel.

PreviousFAQsNextTechnical FAQs

Last updated 6 months ago