parent
37164bc931
commit
0e65c92e02
@ -1,7 +1,8 @@
|
||||
services:
|
||||
main:
|
||||
image: mahuntington/mydebian:basicmatt
|
||||
container_name: basicmatt
|
||||
command: sleep infinity
|
||||
image: mahuntington/awesom-o:init
|
||||
container_name: awesom-o
|
||||
command: /home/matt/.local/bin/claude remote-control
|
||||
working_dir: /home/matt/mount
|
||||
volumes:
|
||||
- ${BASIC_MATT_DOCKER_MOUNT_PATH}:/home/matt/mount
|
||||
|
||||
@ -1 +1 @@
|
||||
docker exec -it --user matt -w /home/matt basicmatt /bin/zsh
|
||||
docker exec -it --user matt -w /home/matt awesom-o /bin/zsh
|
||||
|
||||
Loading…
Reference in new issue