vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
97 stars 48 forks source link

The image not working with docker-compose #36

Open Puneet-Mathur opened 6 years ago

Puneet-Mathur commented 6 years ago

The image when used in the docker-compose.yml creates the container which exits immediately and not able to run. When it is started it again exits. Below is the yaml for the docker-compose.yml

powerclicore: image: vmware/powerclicore

tenthirtyam commented 1 year ago

Use:

services:
 powerclicore:
   image: vmware/powerclicore
   tty: true

Then:

docker compose up -d

Recommend: close/resolved

cc @nklinkachevAtVMware

Ryan Johnson Senior Staff Solutions Architect | Product Engineering @ VMware, Inc.

tenthirtyam commented 2 weeks ago

@atanasa - recommended for closure based on comment in 2022.

Ryan Johnson Distinguished Engineer, VMware by Broadcom