Nginx image for trusted automated Docker builds.
166
View Dockerfiles:
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 lsbin/clinotty: Run any CLI command with no TTY. Ex. bin/clinotty chmod u+x bin/bashbin/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 installbin/copyfromcontainer: Copy folders or files from container to host. Ex. bin/copyfromcontainer vendorbin/copytocontainer: Copy folders or files from host to container. Ex. bin/copytocontainer --allbin/node: Run the node binary. Ex. bin/node --versionbin/npm: Run the npm binary. Ex. bin/npm installbin/yarn: Run the yarn binary. Ex. bin/yarn installbin/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 nanobin/rootnotty: Run any CLI command as root with no TTY. Ex bin/rootnotty chown -R app:app /var/wwwbin/setup-ssl: Generate an SSL certificate for one or more domains. Ex. bin/setup-ssl domain.test domain2.testbin/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 enableWalruship 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].
Content type
Image
Digest
sha256:96824c052…
Size
20.4 MB
Last updated
over 3 years ago
docker pull walruship/nginx:1.23