Skip to content
This repository was archived by the owner on Mar 23, 2018. It is now read-only.

Project for remote assembly of Docker images and manage containers. Use python framework - Tornado 4.5.3. Working in the Docker(Base Image: alpine:3.7).

Notifications You must be signed in to change notification settings

HighHopesInt/coralline-rpc

 
 

Repository files navigation

coralline-rpc

Table of contents

Getting started

Dependencies

This application works in conjunction with:

Installation

  1. Docker
  2. Docker compose

Documentation

Run project

You need to go to the directory with the Dockerfile of the cloned repository, then:

  1. Create Image: docker build -t NAME_YOUR_IMAGE .
  2. Enter the parameters of the docker-compose.yml:
    • image: NAME_YOUR_IMAGE
  3. Run Container: docker-compose up

Run in virtualenv

  • You need setup:

    • Supervisor: http://supervisord.org/installing.html
    • Virtualenv: https://virtualenv.pypa.io/en/stable/installation/
    • Python 3.6 https://www.python.org/downloads/
  • and run script:

    • ./start.sh
  • The launch port of the tornado changes in the file "tornado_celery.conf"

Create image

To create an image, you need a link to the github repository with a Dockerfile, like this: https://github.com/Sergeivb/coralline-rpc

About

Project for remote assembly of Docker images and manage containers. Use python framework - Tornado 4.5.3. Working in the Docker(Base Image: alpine:3.7).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Shell 5.8%