latest
4.7.2
4.6.0
$ docker run -d -p 8080:80 -v blesta:/var/www/html -v blesta_logs:/var/www/logs_blesta schnellecloud/blesta:latest
Then, access it via http://localhost:8080 or http://host-ip:8080 in a browser.
docker stack deploy or docker-composeExample stack.yml for blesta:
version: '3.1'
services:
blesta:
image: schnellecloud/blesta:latest
restart: always
ports:
- 8080:80
volumes:
- blesta_data:/var/www/html
- blesta_logs:/logs_blesta
volumes:
blesta_data:
blesta_logs:
Run docker stack deploy -c stack.yml blesta (or docker-compose -f stack.yml up), wait for it to initialize completely, and visit http://swarm-ip:8080, http://localhost:8080, or http://host-ip:8080 (as appropriate).
As with all Docker images, these likely also contain other software which may be under other licenses. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
Size
245.4 MB
Last updated
almost 7 years ago
docker pull schnellecloud/blesta