Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 810 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 810 Bytes

bludistak

Projekt pro skladování bludišťáků maniac vubec nevi o co jde

Vývojář github jméno e-mail
Tomas Filipek maniac1234 [email protected]
Ivana Kozlová iff11 [email protected]

Running via Docker

  1. Install Docker
  2. For OSX: https://www.docker.com/products/docker-toolbox
  3. For Linux: https://docs.docker.com/engine/installation/ubuntulinux/
  4. Build container:
docker build -t bludistak .
  1. Run container:
docker run -it -p 8080:3000 bludistak
  1. Get your machine IP (in other terminal):
# For OSX
docker-machine ls

# For Linux
docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
  1. GoTo your docker machine IP port 8080: http://192.168.99.100:8080/