Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 545 Bytes

run

  • install docker and swarm first

$ docker pull alrasyidlathif/chatoroom-server:1.0.0

$ docker pull alrasyidlathif/chatoroom-client:1.0.0

$ docker network create --attachable --driver overlay --scope swarm chatoroom-network

$ docker run --network chatoroom-network --name chatoroom -d alrasyidlathif/chatoroom-server:1.0.0

$ docker run -it --network chatoroom-network --name client{x} alrasyidlathif/chatoroom-client:1.0.0

image