Configure ioBuster Management Web
Install Docker
For all supported operating systems, Docker must be installed.
Windows
Download Docker Desktop for Windows and install it.
Linux
Install a Docker Engine. You can find the installation instructions for your Linux distribution from Docker docs.
Mac OS
Download Docker Desktop for Mac and install it.
Download ioBuster Management Web Executable
Start ioBuster Management Web
Windows
iobm.exe start
Linux or Mac OS
chmod +x iobm
iobm start
Possible Arguments
Procedure | Description | Optional options |
---|---|---|
start | Start Management Web | --host, --port |
stop | Stop Management Web | |
restart | Restart Management Web | |
update | Update Management Web with new image | --version |
load | Load image with tarball (otherwise auto-pulled) | --file |
log | Print Management Web logs | --follow |
Options | Description | Default | example |
---|---|---|---|
--host | Current deploying host IP. Use in case of detection failure | Auto-detected | iobm start --host 123.123.123.123 |
--port | Desired running port | '80' | iobm start --port 3000 |
--version | Desired Management Web version that starts with IBM- | 'latest' | iobm update --version IBM-23.10.1 |
--file | Tar file that use to manual load | 'iobm.tar' | iobm load --file iobm-new.tar |
--follow | Follow log output | iobm log --follow |