Docker
  • Dockers
  • Glossary
  • Introduction
  • Architecture
  • How to Install?
  • Commands
  • Push image to Docker Cloud
  • Applications
    • OpenVino SmartCity
      • Operating System
      • Docker
      • Gitlab Repository
      • Services
      • Intel OpenVino Toolkit
    • Hello World
      • DockerFile
      • FilesDependencies
      • Build & Run
    • ImageRecognition
      • Prerequisites
      • DockerFile
      • Build & Run
    • Clean Dockers
  • Orquestation
    • Dockers Swarm
    • Kubernetes
  • Integration
    • AMQP
    • AWS
Powered by GitBook
On this page

Was this helpful?

  1. Applications
  2. OpenVino SmartCity

Gitlab Repository

  1. Go to your Home directory

$ cd ~/

2. Clone source code repository:

$ git clone https://github.com/Reyes-fred/SmartCity.git

3. Change to smartCity directory:

$ cd SmartCity

4. Clone WWW repository:

$ git clone https://github.com/Reyes-fred/www.git homeassistant/www

5. Build, (re)create, start, and attach to SmartCity containers:

$ docker-compose pull

PreviousDockerNextServices

Last updated 5 years ago

Was this helpful?