File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ chmod +x install.sh
9898
9999## Requirements
100100
101- Make sure you have the latest versions of ** Docker** and ** Docker Compose** installed on your machine.
101+ Make sure you have the latest versions of ** Docker** and ** Docker Compose** installed on your machine and require up to 2 GB of RAM .
102102
103103- [ How install docker] ( https://docs.docker.com/engine/install/ )
104104- [ How install docker compose] ( https://docs.docker.com/compose/install/ )
@@ -257,6 +257,14 @@ to remove portainer and the other images:
257257docker rmi $(docker image ls -q)
258258```
259259
260+ ### Logs containers
261+
262+ To fetch the logs of a container.
263+
264+ ```
265+ docker container logs container_name_or_id
266+ ```
267+
260268### Project from existing source
261269
262270Copy all files into a new directory:
You can’t perform that action at this time.
0 commit comments