Skip to content

Commit

Permalink
#630 Docker image jeroenwillemsen/wrongsecrets:1.5.14-no-vault hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
drnow4u committed May 17, 2023
1 parent e30b314 commit a20a04c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a20a04c

Please sign in to comment.