mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-18 06:31:38 +03:00
12 lines
106 B
Markdown
12 lines
106 B
Markdown
# Dockerfiles
|
|
|
|
```bash
|
|
make docker
|
|
```
|
|
|
|
Then test the image with:
|
|
|
|
```bash
|
|
make run-docker-alpine-dev
|
|
```
|