You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,7 +133,7 @@ For convenience you may add a new entry into your hosts file.
133
133
134
134
```
135
135
docker volume create portainer_data
136
-
docker-compose -f portainer-docker-compose.yml -p portainer up -d
136
+
dockercompose -f portainer-docker-compose.yml -p portainer up -d
137
137
```
138
138
manage docker with [Portainer](https://www.portainer.io/solutions/docker) is the definitive container management tool for Docker, Docker Swarm with it's highly intuitive GUI and API.
139
139
@@ -156,21 +156,21 @@ docker ps -a
156
156
You can start the containers with the `up` command in daemon mode (by adding `-d` as an argument) or by using the `start` command:
157
157
158
158
```
159
-
docker-compose start
159
+
dockercompose start
160
160
```
161
161
162
162
### Stopping containers
163
163
164
164
```
165
-
docker-compose stop
165
+
dockercompose stop
166
166
```
167
167
168
168
### Removing containers
169
169
170
170
To stop and remove all the containers use the `down` command:
0 commit comments