Skip to content

Commit 1eb7441

Browse files
committed
Update README.md
1 parent 63efd11 commit 1eb7441

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
257257
docker 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

262270
Copy all files into a new directory:

0 commit comments

Comments
 (0)