mirror of
https://github.com/rancher/os.git
synced 2025-08-01 06:59:05 +00:00
24 lines
444 B
Markdown
24 lines
444 B
Markdown
---
|
|
title: FAQs
|
|
layout: os-default
|
|
|
|
---
|
|
|
|
## Frequently Asked Questions
|
|
---
|
|
|
|
###What is required to run RancherOS?
|
|
|
|
RancherOS runs on any laptop, physical, or virtual servers.
|
|
|
|
###What are some commands?
|
|
|
|
Command | Description
|
|
--------|------------
|
|
`docker`| Good old Docker, use that to run stuff.
|
|
`system-docker` | The Docker instance running the system containers. Must run as root or using `sudo`
|
|
`ros` | Control and configure RancherOS
|
|
|
|
|
|
|