Skip to content

Commit

Permalink
Fix whitespace to satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Saki committed Feb 28, 2024
1 parent a1389c7 commit faeed39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev_envs/mac-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,20 @@ To customize the VM's resources, such as CPUs, memory, and disk space:
colima start --cpu 4 --memory 4 --disk 100
```

### Configure Colima's Docker daemon ###

In your .zshrc profile add the following configuration.

```console
# Set env variable for Colima compatibility with Docker
export DOCKER_HOST=unix://$HOME/.colima/default/docker.sock
```

> **Note**
> This configuration directs Docker client tools to communicate with the
> Docker daemon managed by Colima, ensuring that Docker commands and
> applications (e.g. Molecule) function as expected without Docker Desktop.
### Environment configuration ###

For portability between computers and environments, you may want to switch
Expand Down

0 comments on commit faeed39

Please sign in to comment.