Sign inSign up

walruship/nginx

By walruship

Updated over 3 years ago

Nginx image for trusted automated Docker builds.

Image
0

166

walruship/nginx repository overview

Docker's environment development

Docker's environment development for PHP

Docker Hub - Nginx Docker Hub - PHP Docker Hub - MariaDB

Table of contents

Docker Hub

View Dockerfiles:

Custom CLI Commands

  • bin/bash: Drop into the bash prompt of your Docker container. The php container should be mainly used to access the filesystem within Docker.
  • bin/cli: Run any CLI command without going into the bash prompt. Ex. bin/cli ls
  • bin/clinotty: Run any CLI command with no TTY. Ex. bin/clinotty chmod u+x bin/bash
  • bin/cliq: The same as bin/cli, but pipes all output to /dev/null. Useful for a quiet CLI, or implementing long-running processes.
  • bin/composer: Run the composer binary. Ex. bin/composer install
  • bin/copyfromcontainer: Copy folders or files from container to host. Ex. bin/copyfromcontainer vendor
  • bin/copytocontainer: Copy folders or files from host to container. Ex. bin/copytocontainer --all
  • bin/node: Run the node binary. Ex. bin/node --version
  • bin/npm: Run the npm binary. Ex. bin/npm install
  • bin/yarn: Run the yarn binary. Ex. bin/yarn install
  • bin/remove: Remove all containers.
  • bin/removeall: Remove all containers, networks, volumes, and images.
  • bin/removevolumes: Remove all volumes.
  • bin/restart: Stop and then start all containers.
  • bin/root: Run any CLI command as root without going into the bash prompt. Ex bin/root apt-get install nano
  • bin/rootnotty: Run any CLI command as root with no TTY. Ex bin/rootnotty chown -R app:app /var/www
  • bin/setup-ssl: Generate an SSL certificate for one or more domains. Ex. bin/setup-ssl domain.test domain2.test
  • bin/setup-ssl-ca: Generate a certificate authority and copy it to the host.
  • bin/start: Start all containers, good practice to use this instead of docker-compose up -d, as it may contain additional helpers.
  • bin/status: Check the container status.
  • bin/stop: Stop all containers.
  • bin/xdebug: Disable or enable Xdebug. Accepts params disable (default) or enable. Ex. bin/xdebug enable

Credits

Walruship Co,. Ltd and We are the creator of this repo.

You can follow us on Twitter @walruship, connect with us on LinkedIn @walruship, read our website at https://walruship.com, or contact us directly at [email protected].

License

MIT

Tag summary

Content type

Image

Digest

sha256:96824c052

Size

20.4 MB

Last updated

over 3 years ago

docker pull walruship/nginx:1.23