Docker
Salta a la navegació
Salta a la cerca
Foswiki
on Ubuntu
docker run -t -i -p 8888:80 svendowideit/ubuntu-foswiki /bin/bash then goto http://localhost:8888/foswiki
on Centos
- Create a folder
- Create the Dockerfile similar to https://github.com/SvenDowideit/dockerfiles/blob/master/centos-foswiki/Dockerfile
docker build -t svendowideit/centos-foswiki .
run the image by:
docker run -p 8080:80 -i -t svendowideit/centos-foswiki /bin/bash