Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 28, 2016
1 parent c64f2af commit f2f415a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ However, if you install IM from sources you should install:
[defaults]
transport = smart
host_key_checking = False
# For old versions 1.X
sudo_user = root
sudo_exe = sudo

# For new versions 2.X
become_user = root
become_method = sudo

[paramiko_connection]

record_host_keys=False
Expand Down Expand Up @@ -181,4 +186,4 @@ default configuration. Information about this image can be found here: https://r

How to launch the IM service using docker:

$ sudo docker run -d -p 8899:8899 --name im grycap/im
$ sudo docker run -d -p 8899:8899 -p 8800:8800 --name im grycap/im
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ However, if you install IM from sources you should install:
[defaults]
transport = smart
host_key_checking = False
# For old versions 1.X
sudo_user = root
sudo_exe = sudo
# For new versions 2.X
become_user = root
become_method = sudo
[paramiko_connection]
record_host_keys=False
Expand Down Expand Up @@ -204,5 +209,5 @@ default configuration. Information about this image can be found here: https://r
How to launch the IM service using docker:

```sh
sudo docker run -d -p 8899:8899 --name im grycap/im
sudo docker run -d -p 8899:8899 -p 8800:8800 --name im grycap/im
```

0 comments on commit f2f415a

Please sign in to comment.