78fa9e94bfdcf50c2ec58bd516417ce51db3327e
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
Languages
Dockerfile
100%