Page 1 of 1

Docker images

Posted: Mon Jun 07, 2021 4:17 pm
by HudsonBr
Hello,
i got the docker images (devkitpro/toolchain-base, devkitpro/devkitppc)
at first i tried to run devkitpro/devkitppc got the following messages:

Command:

Code: Select all

docker start -a -i d9a
Output:
:: Synchronizing package databases...
dkp-libs is up to date
dkp-linux is up to date
:: Starting full system upgrade...
there is nothing to do

Cache directory: /opt/devkitpro/pacman/var/cache/pacman/pkg/
:: Do you want to remove ALL files from cache? [y/N]

Database directory: /opt/devkitpro/pacman/var/lib/pacman/
:: Do you want to remove unused repositories? [Y/n]
removing unused sync repositories...
then no attachment to the console, so tried the devkitpro/toolchain-base
nothing happened.

Code: Select all

CONTAINER ID        IMAGE                                                                           COMMAND                  CREATED             STATUS                        PORTS                    NAMES
708320fd4469        devkitpro/toolchain-base                                                        "bash"                   21 minutes ago      Exited (0) 58 seconds ago                              thirsty_bouman
d9a9c30d4f70        devkitpro/devkitppc                                                             "bash -c 'dkp-pacman…"   30 minutes ago      Exited (0) 10 minutes ago                              dreamy_yalow

What am i missing?
Thanks in advance

Re: Docker images

Posted: Mon Jun 07, 2021 5:06 pm
by HudsonBr
Hello,
I figure out with

Code: Select all

docker exec -it CONTAINERID /bin/sh
works

Regards.