Skip to content
Snippets Groups Projects
user avatar
Maxim Solodovnik authored
1760b35d
History
Name Last commit Last update
scripts
Dockerfile
LICENSE
README.md

openmeetings-docker

Docker image for OM

TIPS:

  • to build:
docker build .
  • to run OM:
docker run -it __HASH__
  • to enter machine:
docker run -it __HASH__ bash