Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

farm command not listed #20207

Closed
jeffmaury opened this issue Sep 29, 2023 · 3 comments
Closed

farm command not listed #20207

jeffmaury opened this issue Sep 29, 2023 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@jeffmaury
Copy link

Issue Description

Having just installed 4.7.0 on my Win11Pro machine, I wanted to discover the new farm command so I typed:

podman
to list sub commands but farm was not listed

Steps to reproduce the issue

Steps to reproduce the issue

  1. Install 4.7.0
  2. run podman

Describe the results you received

Manage pods, containers and images

Usage:
  podman.exe [options] [command]

Available Commands:
  attach      Attach to a running container
  build       Build an image using instructions from Containerfiles
  commit      Create new image based on the changed container
  compose     Run compose workloads via an external provider such as docker-compose or podman-compose
  container   Manage containers
  cp          Copy files/folders between a container and the local filesystem
  create      Create but do not start a container
  diff        Display the changes to the object's file system
  events      Show podman system events
  exec        Run a process in a running container
  export      Export container's filesystem contents as a tar archive
  generate    Generate structured data based on containers, pods or volumes
  healthcheck Manage health checks on containers
  help        Help about any command
  history     Show history of a specified image
  image       Manage images
  images      List images in local storage
  import      Import a tarball to create a filesystem image
  info        Display podman system information
  init        Initialize one or more containers
  inspect     Display the configuration of object denoted by ID
  kill        Kill one or more running containers with a specific signal
  kube        Play containers, pods or volumes from a structured file
  load        Load image(s) from a tar archive
  login       Log in to a container registry
  logout      Log out of a container registry
  logs        Fetch the logs of one or more containers
  machine     Manage a virtual machine
  manifest    Manipulate manifest lists and image indexes
  network     Manage networks
  pause       Pause all the processes in one or more containers
  pod         Manage pods
  port        List port mappings or a specific mapping for the container
  ps          List containers
  pull        Pull an image from a registry
  push        Push an image to a specified destination
  rename      Rename an existing container
  restart     Restart one or more containers
  rm          Remove one or more containers
  rmi         Remove one or more images from local storage
  run         Run a command in a new container
  save        Save image(s) to an archive
  search      Search registry for image
  secret      Manage secrets
  start       Start one or more containers
  stats       Display a live stream of container resource usage statistics
  stop        Stop one or more containers
  system      Manage podman
  tag         Add an additional name to a local image
  top         Display the running processes of a container
  unpause     Unpause the processes in one or more containers
  untag       Remove a name from a local image
  update      Update an existing container
  version     Display the Podman version information
  volume      Manage volumes
  wait        Block on one or more containers

Options:
  -c, --connection string         Connection to use for remote Podman service
      --help                      Help for podman
      --identity string           path to SSH identity file, (CONTAINER_SSHKEY)
      --log-level string          Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn")
      --out string                Send output (stdout) from podman to a file
      --ssh string                define the ssh mode (default "golang")
      --storage-opt stringArray   Used to pass an option to the storage driver
      --url string                URL to access Podman service (CONTAINER_HOST) (default "unix:/run/podman/podman.sock")
  -v, --version                   version for podman.exe
Error: missing command 'podman.exe COMMAND'

Describe the results you expected

farm command to be listed

podman info output

Ipodman.exe version 4.7.0 on Win11Pro amd64

Podman in a container

No

Privileged Or Rootless

None

Upstream Latest Release

No

Additional environment details

Additional environment details

Additional information

Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting

@jeffmaury jeffmaury added the kind/bug Categorizes issue or PR as related to a bug. label Sep 29, 2023
@afbjorklund
Copy link
Contributor

afbjorklund commented Sep 29, 2023

It doesn't really do anything yet, so might as well wait for 4.8.0 ?

Usage:
  podman-remote farm [command]

Available Commands:
  create      Create a new farm
  list        List all existing farms
  remove      Remove one or more farms
  update      Update an existing farm

@afbjorklund
Copy link
Contributor

The podman farm command is currently hidden till it is fully ready, [...]

@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2023

@jeffmaury See Pull request for podman farm build. That is the first use case and primary reason for the farm command. Should be in podman 4.8.

@containers containers locked and limited conversation to collaborators Sep 29, 2023
@rhatdan rhatdan converted this issue into discussion #20211 Sep 29, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants