Skip to content

Commit df303c5

Browse files
Update README.md
1 parent 905ee35 commit df303c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ We use Docker mount to let the container have access to a directory so it will b
2424

2525
In above command we use:
2626

27+
* `ctrader.console.run.mybot`: Container name, you can use any name
2728
* `/cAlgo/Robots`: Path in host that will be mounted to container
2829
* `/mnt/Robots`: Container mount path
2930
* `CTID='mycid'`: Your cId username
@@ -35,7 +36,9 @@ In above command we use:
3536
* `/mnt/Robots/My bot.algo`: Your cBot algo file path according to mount path
3637
* `environment-variables`: We use the to let cTrader console know it should use environment variables for getting its parameters
3738

38-
You can also use this image to build another docker image with your cBot algo and cID password file that can be run easily anywhere.
39+
In above command we used Docker mount to let container have access to our cBot algo file and cID password file, instead you can also use `-volume` or build another docker file based on console image and copy your algo files and set environment variables directly inside your docker file.
40+
41+
For more regarding Docker mount and volume please check Docker documentation.
3942

4043
You can use all of the cTrader console commands like backtest, for more regarding available features in cTrader Console please check the documentation.
4144

0 commit comments

Comments
 (0)