Giter VIP home page Giter VIP logo

docker-woocommerce's People

Contributors

irfan-ansari-au28 avatar kennyl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-woocommerce's Issues

url does not exist and also no docker image on hub

docker build -t woo .

gives

 ---> cdc7b67fef0b
Step 9/13 : RUN if [ "$STOREFRONT_VERSION" = "0" ]; then     html2=`curl --silent https://woocommerce.com/storefront/`     && themefile=`echo $html2 | grep -Eo "http://downloads.wordpress.org/theme/storefront.[0-9]*[.][0-9]*[.][0-9]*[.]zip" | head -n1 `     && STOREFRONT_VERSION=`echo $themefile | sed -n 's/.*\([0-9]\{1,\}[.][0-9]\{1,\}[.][0-9]\{1,\}\).zip/\1/p' `     && wget $themefile -O /tmp/temp2.zip     && cd /usr/src/wordpress/wp-content/themes     && unzip /tmp/temp2.zip     && chown -R www-data:www-data /usr/src/wordpress/wp-content/themes/storefront     ; fi
 ---> Running in 462d81e02c6e
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.

and also

image: kennyl/docker-woocommerce

does not exist in docker hub anymore

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.