Docker images
Posted: Mon Jun 07, 2021 4:17 pm
Hello,
i got the docker images (devkitpro/toolchain-base, devkitpro/devkitppc)
at first i tried to run devkitpro/devkitppc got the following messages:
Command:
Output:
nothing happened.
What am i missing?
Thanks in advance
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
then no attachment to the console, so tried the devkitpro/toolchain-base:: 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...
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
Thanks in advance