Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network support #4

Open
hannotauber opened this issue May 21, 2022 · 0 comments
Open

Network support #4

hannotauber opened this issue May 21, 2022 · 0 comments

Comments

@hannotauber
Copy link

Add networks support.

podman network create test
version: "3.9"

services:
  wordpress:
    image: quay.io/libpod/alpine_nginx:latest
    ports:
      - "8080:80"
    networks:
      - test
podman inspect web
podman network inspect web

Expected behavior for web container to be in test network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant