H
H
hateyyyy2016-04-06 12:59:31
Python
hateyyyy, 2016-04-06 12:59:31

How to deploy a working environment with Docker?

I write autotests in pycharm in python using selenium. The task arose - to quickly deploy your working environment using docker. I bought a host machine, and ideally I imagined that I just go to my host machine from any computer and that's it - I have my own pycharm in front of me, I write tests in it and run it. Is it feasible? And if it is realizable, then how?) otherwise something didn’t work out with the docker (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2016-04-06
@OnYourLips

It is possible, at least on PhpStorm (the same IDE for PHP) I do this.
blog.jetbrains.com/pycharm/2015/03/feature-spotlig...

that here I just go to my host machine from any computer
What does the highlighted phrase mean?
If you are using a remote server to run your code, then you should have a separate server for each development machine for convenience. Otherwise, the developers will interfere with each other.
The easiest way to use virtual machines is through vagrant. It is not only more convenient, but also free.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question