Code Monkey home page Code Monkey logo

project-cooper's Introduction

Project Cooper

Developing a simple application with Docker.

Run it with:

docker run -d --name <name> -p 5000:5000 -v <yourdatadir>:/tmp -e ENVKEY=<yourvalue> -e MYSQL_HOST=<yourhost> -e MYSQL_PORT=<yourport> --net <networkname> <imagename>

Where:

  • name is the name of the cointainer that will be created
  • yourdatadir is the local directory containing your configuration file
  • yourvalue is the value you want to give to the environment key
  • networkname is the name of the network to which this container will connect. WARNING: your mysql container must be connected to the same network
  • yourhost is the name of the host running the mysql istance
  • yourport is the port that exposes the mysql service
  • imagename is the name of the image created with the provided Dockerfile. Alternatively, you can use ubaldopuocci/mypythonserver:latest

Then connect to localhost:5000 and verify that everything is working as expected.

project-cooper's People

Contributors

eyedema avatar robipozzi avatar

Stargazers

Federico Tammaro avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.