Skip to content

Commit

Permalink
run podman rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Dec 13, 2024
1 parent 722bc93 commit 7100c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dockerrun_pg ::
$(EXECUTOR) run $(DOCKER_COMMON_OPTS) $(DOCKER_PG_PORTS) $(DOCKER_VOLUMES) $(DOCKER_ENV) $(DOCKER_REGISTRY)/$(DOCKER_CONTAINER_BASE)-pgsql-4eclipse

podmanpull ::
sudo podman pull $(DOCKER_REGISTRY)/$(DOCKER_CONTAINER_BASE)-pgsql-4eclipse
podman pull $(DOCKER_REGISTRY)/$(DOCKER_CONTAINER_BASE)-pgsql-4eclipse

podmanrun ::
cp buildconf/test/rhn.conf.postgresql-example buildconf/test/rhn.conf
sudo podman run $(DOCKER_COMMON_OPTS) $(DOCKER_PG_PORTS) $(DOCKER_VOLUMES) $(DOCKER_ENV) $(DOCKER_REGISTRY)/$(DOCKER_CONTAINER_BASE)-pgsql-4eclipse
podman run $(DOCKER_COMMON_OPTS) $(DOCKER_PG_PORTS) $(DOCKER_VOLUMES) $(DOCKER_ENV) $(DOCKER_REGISTRY)/$(DOCKER_CONTAINER_BASE)-pgsql-4eclipse

0 comments on commit 7100c04

Please sign in to comment.