From a20a04ce3dae887c718015bfa6759e024aa1bc37 Mon Sep 17 00:00:00 2001 From: Marcin Nowak Date: Wed, 17 May 2023 20:53:41 +0200 Subject: [PATCH] #630 Docker image jeroenwillemsen/wrongsecrets:1.5.14-no-vault hangs --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 64a789ba16..b95d3acfcd 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,9 @@ And then at [http://localhost:3000](http://localhost:3000). Note: be careful with trying to deploy the `jeroenwillemsen/wrongsecrets-desktop` container to Heroku ;-). -## Docker on macOS with M1 and Colima +## Docker on macOS with M1 and Colima (Experimental!) + +NOTE: Colima support is experimental. Using [Colima](https://github.com/abiosoft/colima) (version 0.5.2 when written) you your macOS with Apple Silicon M1 to run Docker image `jeroenwillemsen/wrongsecrets` you try one of: @@ -517,16 +519,10 @@ default moby Current DOCKER_HOST based configuration desktop-linux moby unix:///Users/YOUR_USER_NAME/.docker/run/docker.sock ``` -To switch to `desktop-linux` context run: - -```shell -docker context use desktop-linux -``` - -and now you should be able to run one of above Docker command e.g.: +Now you should be able to run one of above Docker command e.g.: ```bash -docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault +docker --context desktop-linux run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault ``` ### Run Colima with 1 CPU