Skip to content

Commit 49b929b

Browse files
committed
tools: change docker-compose to docker compose
1 parent a74f255 commit 49b929b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# Authors:
66
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
77

8-
version: '3'
9-
108
services:
119
pulp-docker:
1210
image: hpretl/iic-osic-tools:2024.10
@@ -19,4 +17,5 @@ services:
1917
stdin_open: true
2018
tty: true
2119
working_dir: /fosic/designs/croc
22-
entrypoint: /bin/bash
20+
entrypoint: /dockerstartup/scripts/ui_startup.sh
21+
command: --skip bash

start_linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ IMG=hpretl/iic-osic-tools:2024.10
1010

1111
docker pull $IMG
1212

13-
env UID=$(id -u) GID=$(id -g) docker-compose run \
13+
env UID=$(id -u) GID=$(id -g) docker compose run \
1414
-e PS1="\[\033[01;32m\]docker-osic: \[\033[00m\]\[\033[01;34m\]\w\[\033[00m\] $" \
15-
-e DISPLAY=$DISPLAY \
1615
-v /tmp/.X11-unix:/tmp/.X11-unix \
1716
pulp-docker

0 commit comments

Comments
 (0)