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
@@ -134,7 +134,7 @@ For convenience you may add a new entry into your hosts file.
134
134
135
135
```
136
136
docker volume create portainer_data
137
-
docker-compose -f portainer-docker-compose.yml -p portainer up -d
137
+
dockercompose -f portainer-docker-compose.yml -p portainer up -d
138
138
```
139
139
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.
140
140
@@ -157,21 +157,21 @@ docker ps -a
157
157
You can start the containers with the `up` command in daemon mode (by adding `-d` as an argument) or by using the `start` command:
158
158
159
159
```
160
-
docker-compose start
160
+
dockercompose start
161
161
```
162
162
163
163
### Stopping containers
164
164
165
165
```
166
-
docker-compose stop
166
+
dockercompose stop
167
167
```
168
168
169
169
### Removing containers
170
170
171
171
To stop and remove all the containers use the `down` command:
0 commit comments