dojo icon indicating copy to clipboard operation
dojo copied to clipboard

Containerize your development and operations environment

Results 7 dojo issues
Sort by recently updated
recently updated
newest added

Howdy. I use a Mac, and am using [colima](https://github.com/abiosoft/colima) instead of Docker Desktop, due to the recent license changes. However, I get an error: `/home/dojo/.profile: line 9: cd: /dojo/work: Permission...

This PR fixes [#1](https://github.com/kudulab/dojo/issues/1). For the driver: docker - a SIGINT is sent to the current process group. For the driver: docker-compose - Dojo will first explicitly invoke the pull...

Dojo process crashes from time to time (around 1 in 100) when ran with docker-compose. This causes the some of the containers created by docker-compose to stay running on the...

bug

``` panic: Unexpected exit status: Command: docker-compose -f docker-compose-itest.yml -f docker-compose-itest.yml.dojo -p *********-2020-10-21_16-05-56-80908468 ps Exit status: 1 StdOut: StdErr: .FileNotFoundError: [Errno 2] No such file or directory: './docker-compose-itest.yml.dojo' goroutine 18...

bug

Some dojo images with graphical apps could be executed on Mac. I've just made a few experiments with running X11 over Quartz as described on https://gist.github.com/tomzo/9b8c906289c7959ffc01eea988b17d89#proxying The setup steps needed...

enhancement
low-priority

Dojo reacts on signals. When we use Dojo action: pull, the `docker pull` command is run **in the same process group** as dojo process and thus Ctrl+C signal sent to...

bug
low-priority

Hi folks! ``` kmorris@Kiefs-MacBook-Pro:~/src/spin/website-stack$ which docker-compose /opt/homebrew/bin/docker-compose kmorris@Kiefs-MacBook-Pro:~/src/spin/website-stack$ dojo 2024/06/21 15:56:41 [ 1] INFO: (main.main) Dojo version 0.13.0 panic: Unexpected error: Command: docker-compose version --short Exit status: 127 StdOut: StdErr:...