Page 1 of 1

Bludit y Docker

Posted: Tue Oct 31, 2017 12:20 am
by diego
Bludit provee una imagen oficial de Docker.

https://hub.docker.com/r/bludit/docker/

Crear container

Code: Select all

docker run --name bludit -p 8000:80 -d bludit/docker:latest
El container abre el puerto 8000, http://localhost:8000