update readme
This commit is contained in:
15
README.md
15
README.md
@@ -10,8 +10,23 @@ This is a drop-in replacement for [portainer/portainer-ce](https://hub.docker.co
|
||||
|  | ==> |  |
|
||||
|  | ==> |  |
|
||||
|
||||
**Bonus**: tracking script is also removed. See [this issue](https://github.com/ngxson/portainer-ce-without-annoying/issues/5)
|
||||
|
||||
## How to use
|
||||
|
||||
If you already have `portainer-ce` installation, just replace `portainer/portainer-ce:latest` with `ngxson/portainer-ce-without-annoying:latest`
|
||||
|
||||
For example, if you use the command from the [official installation guide](https://docs.portainer.io/start/install-ce/server/docker/linux), the command will be:
|
||||
|
||||
```
|
||||
docker volume create portainer_data
|
||||
docker run -d \
|
||||
-p 8000:8000 -p 9443:9443 \
|
||||
--name portainer \
|
||||
--restart=always \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v portainer_data:/data \
|
||||
ngxson/portainer-ce-without-annoying:latest
|
||||
```
|
||||
|
||||
Alternatively, you can use [this docker-compose.yml](https://github.com/ngxson/portainer-ce-without-annoying/blob/master/docker-compose.yml)
|
||||
|
||||
Reference in New Issue
Block a user