Giter Site home page Giter Site logo

jackgruber / docker_phpmyadmin Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 49 KB

Docker image for phpMyAdmin based on Alpine (ARM / RPI / x64)

PHP 31.40% Shell 27.63% Dockerfile 40.97%
docker raspberry-pi phpmyadmin mysql-server mariadb-server alpine arm docker-phpmyadmin docker-image armhf

docker_phpmyadmin's Introduction

phpMyAdmin Docker image based on Alpine

Based on the official Project https://github.com/phpmyadmin/docker

Alpine is used as base image, so the image runs on ARM and x64 systems.

Docker hub tags

You can use following tags on Docker hub:

  • latest - latest version release for arm and x86/x64
  • amd64 - latest version for x86/x64
  • armhf - latest version for arm
  • 4.9.0.1 - version release for arm and x86/x64
  • 4.9.0.1-amd64 - version release for x86/x64
  • 4.9.0.1-armhf - version release for arm

Usage with linked server

First you need to run MySQL or MariaDB server in Docker, and this image need link a running mysql instance container:

docker run --name myadmin -d --link mysql_db_server:db -p 8080:80 jackgruber/phpmyadmin

Usage with external server

You can specify MySQL host in the PMA_HOST environment variable. You can also use PMA_PORT to specify port of the server in case it's not the default one:

docker run --name myadmin -d -e PMA_HOST=dbhost -p 8080:80 jackgruber/phpmyadmin

Links

docker_phpmyadmin's People

Contributors

jackgruber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gasteizko

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.