First install docker for your local workstation: Get Docker
# Bring up all services (rails, mysql and elasticsearch)
docker-compose up -d
# Validate services started
docker ps
# Check webserver logs
docker-compose logs web
# Stop all running containers (can be restarted in same state later using the above command)
docker-compose stop
# Destroy all containers, including underlying volumes
docker-compose down -v
# Get shell access (bash) to the web container
docker-compose exec web bash
Content type
Image
Digest
Size
658.3 MB
Last updated
about 9 years ago
docker pull securable/customer-dashboard