Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 378 Bytes

Description

A variation of ManageIQ Docker image with support for cfme_tests

  • add sshd and admin user
  • expose port 22 (ssh) and 5432 (postgres server)

Usage

# Launch MiQ with ssh on port 222 and postgres on port 5432
# docker run --privileged -di -p 222:22 -p 5432:5432 -p 80:80 -p 443:443 hawkularqe/manageiq-test