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