Skip to content

Commit

Permalink
Replace Docker Desktop setup with Colima (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
MebinAbraham authored Nov 12, 2024
1 parent ce8484b commit 65563ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ensure you have the following installed:
managing Python versions.
2. **[Poetry](https://python-poetry.org/)**: This is used to manage package dependencies and virtual
environments.
3. **[Docker](https://docs.docker.com/engine/install/)** and **[Docker Compose](https://docs.docker.com/compose/)**.
3. **[Colima](https://github.com/ONSdigital/dp-compose/blob/main/setting-up-colima-locally.md)** for running the project in Docker containers.
4. **[PostgreSQL](https://www.postgresql.org/)** for the database. Provided as container via `docker-compose.yml` when using the Docker setup.
5. **[Node](https://nodejs.org/en)** and **[`nvm` (Node Version Manager)](https://github.com/nvm-sh/nvm)** for front-end tooling.
6. **Operation System**: Ubuntu/MacOS
Expand Down

0 comments on commit 65563ea

Please sign in to comment.