top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Docker: What is the difference between "docker-compose run" and "docker-compose up" commands ?

0 votes
286 views
Docker: What is the difference between "docker-compose run" and "docker-compose up" commands ?
posted Aug 28, 2017 by Vikram Singh

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I have one application which is running in a stand alone system. I want to run the same application in a docker container. I also want to know that is only one process that can run in a docker container ?

0 votes

What is the difference between following commands:
$docker run -d
$docker run -it -d

How the option "-it" make the difference ?

+1 vote

There are multiple cases:
1. A number of containers have been launched in the same host. how these container communicate to each other
2. Out of "x" numbers of containers in the same host, I want to enable communication between two specific containers. How I can achieve this ?
3. Containers have been launched into different hosts machine and I want to enable communication between these containers. What are the options available ?

...