- Costa Rica
Pinned Loading
-
-
-
How to install multithreads (pthread...
How to install multithreads (pthreads) for php 7.3 ubuntu 18.04 1# Tutorial
23pthreads allows to use multiple threads when running a php script with php cli.
4||
5|---------|
-
Docker commands
Docker commands 1docker container run --publish[allow to listen] 8080:80[host_port:container_port] --name[optional for listing] webhost -d[detached] nginx:1.11[optional image version] nginx [image]
2--env [to pass environment variables]
3docker container logs [to view the logs of the container, useful to get mysql password for example]
4docker container stop NAME [stops container, space separated to stop multiple containers]
5docker container ls [list containers] -a [all]
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.