Skip to content

Commit

Permalink
Update using_docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Warchant committed Dec 18, 2016
1 parent ef96122 commit 2935684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/using_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Advantages:
- very easy to start development without dependencies conflicts

***Note***: permissions and ownership will be transfered 1-to-1 from host to container and backwards. It means, that file owned by `user:user` (**id=1000**) will be owned inside container by some other user (probably the same) **with id=1000**.

It means, that file created inside container by `root` will be owned by `root` on the host!

-----

First of all, you should clone `iroha` repository with all submodules to your host machine:
Expand Down Expand Up @@ -44,4 +46,4 @@ docker-compose down

# How to use docker and docker-compose for production

***TBD***
***TBD***

0 comments on commit 2935684

Please sign in to comment.