Skip to content

Instantly share code, notes, and snippets.

View maikyguanaes's full-sized avatar
🕉️
I may be slow to respond.

Maiky Guanaes maikyguanaes

🕉️
I may be slow to respond.
View GitHub Profile
# v3 syntax
version: '3'
services:
# PHP (with NGNIX)
leroy-api:
image: ambientum/php-alpine:7.1-nginx
container_name: leroy-api
volumes:
- .:/var/www/app
#!/bin/bash
# Install the latest version Docker
sudo curl -fsSL https://get.docker.com/ | sh
# Check if docker is started
sudo docker --version
# Check if docker is started
sudo /etc/init.d/docker status
# If console returns docker stop/waitind
sudo /etc/init.d/docker start
# Add your user to the docker group