ipdk icon indicating copy to clipboard operation
ipdk copied to clipboard

Failed to start container from pulled docker images. Also, need how-to documentation

Open stadju opened this issue 3 years ago • 1 comments

  1. Pull docker images as provided on https://github.com/ipdk-io/ipdk

docker pull ghcr.io/ipdk-io/ipdk-ubuntu2004-x86_64:sha-b4cff43

  1. Build container from images:

docker run ghcr.io/ipdk-io/ipdk-ubuntu2004-x86_64:sha-948e42e (image_name:tag)

  1. Check docker container:

docker ps -a

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

f25bb6d204d8 ghcr.io/ipdk-io/ipdk-ubuntu2004-x86_64:sha-948e42e "bash" 25 minutes ago Exited (0) 25 minutes ago dreamy_hoover

  1. start container

docker start container_ID

[root@wp06 docker]# docker start f25bb6d204d8

f25bb6d204d8

[root@wp06 docker]# docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

[root@wp06 docker]#

stadju avatar Jul 19 '22 19:07 stadju

Inside ipdk docker run command works with -it "${ARGS[@]}" -it "${IMAGE_NAME}":"${TAG}" "${RUN_COMMAND[@]}" https://github.com/ipdk-io/ipdk/blob/main/build/scripts/ipdk.sh#L261 Have you tried with ipdk start -d command?

jokuniew avatar Jul 25 '22 15:07 jokuniew

There's a 22.07 release package. And 3 other packages listed under. Please label/document what they are.

stadju avatar Sep 21 '22 14:09 stadju

docker run -it is working. Closing the ticket. But still needs to label what the images are.

stadju avatar Sep 28 '22 16:09 stadju