Skip to content

Commit b85d41e

Browse files
committed
tools: remove image name from start_linux.sh
1 parent 1c5c247 commit b85d41e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

start_linux.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
# Authors:
77
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
88

9-
IMG=hpretl/iic-osic-tools:2024.10
9+
env UID=$(id -u) GID=$(id -g) docker compose pull pulp-docker
1010

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

0 commit comments

Comments
 (0)