# dockerize wowza for multiple wowza instances

**URL:** https://community.wowza.com/t/dockerize-wowza-for-multiple-wowza-instances/53657
**Category:** Wowza Streaming Engine
**Created:** [July 16, 2019, 3:50pm UTC](https://community.wowza.com/t/dockerize-wowza-for-multiple-wowza-instances/53657 "2019-07-16T15:50:37Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Ryan\_Lee4](https://avatars.discourse-cdn.com/v4/letter/r/8491ac/32.png) [@Ryan\_Lee4](https://community.wowza.com/u/Ryan_Lee4)
#### Post date: [July 16, 2019, 3:50pm UTC](https://community.wowza.com/t/dockerize-wowza-for-multiple-wowza-instances/53657/1 "2019-07-16T15:50:37Z")

</div>

HI

I managed to setup docker in my ubuntu server, next can we have 2-3 wowza running on the same server?

i tried to run 2 wowza instances using

INSTANCE 1  
sudo docker run -it --name wowza11 --restart always --expose 1935/tcp --expose 8086/tcp --expose 8087/tcp --expose 8088/tcp --publish 1935:1935 --publish 8086:8086 --publish 8087:8087 --publish 8088:8088 --volume /Users/me/Documents/logs:/usr/local/WowzaStreamingEngine/logs --entrypoint /sbin/entrypoint.sh --env WSE\_MGR\_USER=XXX --env WSE\_MGR\_PASS=XXX --env WSE\_LIC=XXXX --env WSE\_IP\_PARAM=192.168.1.54 wowzamedia/wowza-streaming-engine-linux:latest

INSTANCE 2

sudo docker run -it --name wowza22 --restart always --expose 2935/tcp --expose 9086/tcp --expose 9087/tcp --expose 9088/tcp --publish 2935:2935 --publish 9086:9086 --publish 9087:9087 --publish 9088:9088 --volume /Users/me/Documents/logs:/usr/local/WowzaStreamingEngine/logs --entrypoint /sbin/entrypoint.sh --env WSE\_MGR\_USER=YYY --env WSE\_MGR\_PASS=YYY --env WSE\_LIC=YYY --env WSE\_IP\_PARAM=192.168.1.54 wowzamedia/wowza-streaming-engine-linux:latest

---

_[View the full topic](https://community.wowza.com/t/dockerize-wowza-for-multiple-wowza-instances/53657)._
