This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
getting_started:docker_image [2022/10/04 20:38] admin [Create the Docker containers] |
getting_started:docker_image [2023/04/19 10:54] (current) admin [Create the Docker containers] |
||
---|---|---|---|
Line 49: | Line 49: | ||
<code bash> | <code bash> | ||
cd rdcore/ | cd rdcore/ | ||
+ | sudo mkdir rdcore | ||
sudo mount --bind ../ | sudo mount --bind ../ | ||
</ | </ | ||
Line 56: | Line 57: | ||
</ | </ | ||
* There will be feedback on the screen as the two docker containers getting built. | * There will be feedback on the screen as the two docker containers getting built. | ||
+ | |||
+ | <WRAP center round important 100%> | ||
+ | * On my one Ubuntu machine I got an error message about | ||
+ | // | ||
+ | * The cure was to edit **~/ | ||
+ | <code javascript> | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
+ | |||
* After it completed you can confirm it is running | * After it completed you can confirm it is running | ||
<code bash> | <code bash> |