Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] PODMAN issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
shimitar
Guru
Guru


Joined: 23 Nov 2003
Posts: 320
Location: Italy, Torino

PostPosted: Mon Feb 05, 2024 9:40 am    Post subject: [SOLVED] PODMAN issue Reply with quote

I have a docker-compose file:

Code:

version: '3.4'

x-common-variables: &common-variables
   ORIGINS: "'http://127.0.0.1', 'http://localhost'
   JOPLIN_LOGIN_REQUIRED: False

services:
  django-joplin-vieweb:
    image: gri38/django-joplin-vieweb:latest
    depends_on:
      - joplin-terminal-xapi
    environment:
       <<: *common-variables
    restart: unless-stopped
    ports:
      - 7999:8000
    volumes:
      - joplin:/root/.config/joplin:ro
      - joplin-vieweb:/root/.config/joplin-vieweb
    networks:
      - joplin-net

  joplin-terminal-xapi:
    image: gri38/joplin-terminal-xapi:latest
    restart: unless-stopped
    volumes:
      - joplin:/root/.config/joplin
    networks:
      - joplin-net

volumes:
  joplin:
  joplin-vieweb:

networks:
  joplin-net: {}



i have installed properly podman (podman run --rm hello-world runs just fine) but when i try to run

Code:

podman compose -f docker-compose.yml up


i get:
Code:

>>>> Executing external compose provider "/usr/libexec/docker/cli-plugins/docker-compose". Please refer to the documentation for details. <<<<

error during connect: Get "http://unix:2375/tmp/podman-run-1029/podman/podman.sock/v1.24/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Djoplinvieweb%22%3Atrue%7D%7D": dial tcp: lookup unix on 192.168.1.254:53: no such host
Error: executing /usr/libexec/docker/cli-plugins/docker-compose -f docker-compose.yml up: exit status 1


i ma at a loss now... what i am missing?

(i am running as unpriviledge user)


--- Solution:
umerge docker-cli & docker-compose

install podman-compose (see https://bugs.gentoo.org/717748)
_________________
Willy Gardiol
willy@gardiol.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum