2024-09-06 14:59:24 +03:00
2024-09-06 14:41:29 +03:00
2024-09-06 14:59:24 +03:00

o11 OTT Streamer v3 Docker Image (UBUNTU 18.04)

Install Docker on your Server

https://docs.docker.com/engine/install/ubuntu/

Cloning the Git Repo

Clone this Repo to your Server git clone https://git.bitmaster.cc/BitMaster/ubuntu-o11v3-docker.git && cd ubuntu-o11v3-docker

Building the Docker Image

Build docker image with docker build -t ubuntu_o11_v3 --build-arg GIT_TOKEN=ADD_YOUR_TOKEN_HERE . !!! YOU NEED A VALID TOKEN, DON'T FORGET TO COPY THE DOT AT THE AND OF THIS COMMAND LINE !!!

Running the Docker Image

Run docker image with docker run -d --network bridge -p 1234:1234 --name ubuntu_o11_v3 --restart always ubuntu_o11_v3

Open the o11 WebUI

http://yourserverip:1234
User: admim
Pass: admin
Description
o11 OTT Streamer Docker Image with Ubuntu 18.04 as Base Image
Readme 34 KiB
Languages
Dockerfile 100%