Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 367 Bytes

docker-project

  1. docker network create mynet

  2. docker build -t /drivers-storage .

  3. docker run -d -P --name storage --network=mynet /drivers-storage

  4. docker build -t /js-client .

  5. docker run -d -P --name client --network=mynet /js-client

  6. docker port client

  7. Open in browser localhost:/index.html