Bludit y Docker

Preguntas en general, reporte de errores (bugs), y otros temas
Post Reply
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

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
Post Reply