docker run -p 80:80 microweber/microweber:latest
Also you can use docker-compose.yml example in repo. To run Microweber CMS via docker-compose you need to clone repository and run docker-compose up:
git clone https://github.com/microweber/microweber.git
cd microweber
docker-compose up -d
After container(s) started, please, proceed and finish CMS installation using the web address for example http://127.0.0.1/ .
If you wish to manually build and run the docker image, you can do it with this command
git clone https://github.com/microweber/microweber.git
cd microweber
docker build -t mysite . && docker run --rm -it -p 80:80 mysite
Content type
Image
Digest
sha256:9d35f22fd…
Size
1.1 GB
Last updated
over 1 year ago
docker pull microweber/microweber