Skip to content

Instantly share code, notes, and snippets.

@flux7-user
Last active January 4, 2016 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flux7-user/8654634 to your computer and use it in GitHub Desktop.
Save flux7-user/8654634 to your computer and use it in GitHub Desktop.
docker run -name remote_server_1 -link db:cassandra -p 6001:6000 flux7/labs python software/remote_server.py provider1
docker run -name flask_app_1 -link db:cassandra -p 8081:80 flux7/labs python software/flask_app.py provider1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment