Sign inSign up

weekendcom/web

By weekendcom

Updated almost 6 years ago

xenial; nginx; php7.1; v8js; nodejs 14.x; yarn

Image
1

10K+

weekendcom/web repository overview

How to create new image

This image is used for building a dev environment for weekend.com application.

Since original Dockerfile was completely lost i recommend the following steps to create modified version based on original image:

  • fetch the latest image (weekendcom/web:node-14)
  • run the image with interactive mode docker run -it weekendcom/web:node-14 /bin/bash
  • make a changes within newly created container(add modules, install packages, etc.)
  • stop the container with exit command
  • run docker ps -a to see the id of the container
  • commit changes to produce the new image(don't forget to add original tag name)
  • docker commit --change='CMD ["/sbin/my_init"]' <your-container-id> <owner-id>/<repository-name>:<image-tag>
  • push the brand new image to the Docker Hub
  • replace the old image with a new one in the following file weekendgoweb/docker/php-nginx/Dockerfile.dist

Tag summary

Content type

Image

Digest

Size

385.7 MB

Last updated

almost 6 years ago

docker pull weekendcom/web