Coder Social home page Coder Social logo

renauddahou / wordpress-container-image Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cwiederspan/wordpress-container-image

0.0 0.0 0.0 9 KB

A slightly modified WordPress container image for testing in Azure App Services.

License: MIT License

Shell 15.92% Dockerfile 84.08%

wordpress-container-image's Introduction

WordPress Container

Build Bastion Container

A project for creating a modified WordPress container for use in Microsoft Azure.

Purpose

When running WordPress from a container in an Azure Web App for Containers in App Services, you need to add some special instructions to the dockerfile in order to be able to SSH into the containers from the Azure portal.

Adding SSH Support - Information about adding the SSH support in the container image.

Example WordPress Docker File - This shows how WordPress runs the docker-entrypoint.sh file to startup. Based on that, we can override that in our own dockerfile.

Build and Test

docker build -t cwiederspan/mywordpress:latest .

docker run -d --name mywordpress cwiederspan/mywordpress:latest

docker exec -it mywordpress /bin/bash

docker push cwiederspan/mywordpress:latest

Using the Container

TODO: Create a link to the Learn WordPress repository.

GitHub Actions

This project uses GitHub Actions and the pipeline.yml file to build and push this image to Docker Hub.

Follow Up

Email [email protected] for more information on this container and scenarios for usage.

wordpress-container-image's People

Contributors

cwiederspan avatar

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.