perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

Docker pSTP 5.1 systemd run command #41

Closed igarny closed 5 months ago

igarny commented 5 months ago

Hi guys

I am not able to even run the container from pS Testpoint-systemd: v5.1.0b1-systemd

https://github.com/perfsonar/perfsonar-testpoint-docker/tree/5.1.0#systemd-based-version-recommended

without the custom tag for the image: It works just fine, but on CentOS

with the tag v5.1.0b1-systemd it executes, but then stops and is not possible to start

Client: Docker Engine - Community Version: 25.0.3 API version: 1.44 Go version: go1.21.6 Git commit: 4debf41 Built: Tue Feb 6 21:14:17 2024 OS/Arch: linux/amd64 Context: default

Server: Docker Engine - Community Engine: Version: 25.0.3 API version: 1.44 (minimum version 1.24)

DanielNeto commented 5 months ago

The tag v5.1.0b1-systemd is indeed not working. Building locally using docker-compose.systemd.yml works. I think the tag was built using a non-working version of the snapshot packages.

DanielNeto commented 5 months ago

Actually, the docker run command in the readme was missing some parameters. Fixed it in 4b0ac1e