Docker – CE and GAE
Deploy Nextcloud thru Docker | Installing NextCloud and Collabora Office Online with Docker on Ubuntu 16.04 | How to Use Docker Containers – mte | Get to Know Docker's Ecosystem | Docker Tips 1-80+ | Google search |
docker run -d -p 8080:80 -p 443:443 -v $HOME/nextcloud:/var/www/html nextcloud
docker containers stored in /var/lib/docker/containers change install dir
delete docker images when force doesn't work | This worked for shiori golang when other commands failed: delete all images forcefully (use this command at your own risk it will delete all of your images): docker rmi $(docker images -q) -f
How to update a Docker image with new changes? | docker start <containerID> | docker exec -it <containerID> bash | karthequian/helloworld docker image: python3.6, nginx 1.14.0 (nginx -v) nextcloud official: php 7.3.9, Apache/2.4.38 (Debian) Docker tips, tricks | How to update/add a file in a Docker image | Command to exit from a Docker container without interrupting it: Ctrl+p+q You can use “Ctrl+d” command to exit from a container. But sometimes it causes issues, so using “Ctrl p q” is a good trick. Make sure that the container status using “docker ps” command. Docker tips and tricks – Docker cheat sheet | How To Get Information About a Container In Docker | How to update/add a file in the Docker Image | Building a Docker Security Program | updating Docker containers section
https://blog.ssdnodes.com/blog/getting-started-docker-vps/ https://blog.ssdnodes.com/blog/?s=docker https://blog.ssdnodes.com/blog/self-hosting-handbook/
https://hub.docker.com/_/nextcloud/ https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html
Awesome Docker list | on github |
https://github.com/schollz/rwtxt
https://docs.docker.com/samples/library/nextcloud/
Deploy Docker containers in Google Cloud Platform – Machine Box
Dokuwiki: Bitnami docker | vimagick |
https://blog.ssdnodes.com/blog/category/self-hosting/ https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-debian-9
id -nG (current user's groups)
Commit changes to a modified docker container, Step 7
Host multiple websites on one VPS with Docker and Nginx
docker stop \$(docker ps -aq) docker rm \$(docker ps -a -q) docker stop \$(docker ps -aq) docker rmi -f \$(docker images -q)