Skip to content

Commit

Permalink
add caveat for docker-machine installation, update settings instruc…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
Rui Benfeitas authored Jul 8, 2021
1 parent 3d74da6 commit e651d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ In the last case scenario, if you are having problems installing R packages, ple
* Windows: https://docs.docker.com/docker-for-windows/install/
* Ubuntu: https://docs.docker.com/install/linux/docker-ce/ubuntu/

2.Launch docker and got to `Preferences > Advanced` and set `Memory=8gb, cpu=4, swp=1`. These will set the maximum values possible for your machine.
2.Launch docker and got to `Preferences > Resources > Advanced` and set `Memory=8gb, cpu=4, swp=1`. These will set the maximum values possible for your machine.

3.Now go to `Preferences > Security` and tick on "Allow connections from network clients", so that you can communicate with DockerServer.

4.Open a terminal shell.

5.Create a Virtual Machine (VM) named "default" and set the amount of CPU and RAM available for you:
5.You will need to use `docker-machine`. If your docker version does not automatically install `docker-machine` in terminal, please [follow these instructions](https://github.com/docker/machine/releases/tag/v0.16.2) to install it. Then create a Virtual Machine (VM) named "default" and set the amount of CPU and RAM available for you:

```bash
docker-machine create default
Expand Down

0 comments on commit e651d05

Please sign in to comment.