mirror of https://github.com/docker/docs.git
update compose install md (#10146)
make install as a container better for copy-paste
This commit is contained in:
parent
d424bc9656
commit
5586e5e0da
|
@ -204,8 +204,8 @@ Compose can also be run inside a container, from a small bash script wrapper. To
|
|||
install compose as a container run this command:
|
||||
|
||||
```bash
|
||||
$ sudo curl -L --fail https://github.com/docker/compose/releases/download/{{site.compose_version}}/run.sh -o /usr/local/bin/docker-compose
|
||||
$ sudo chmod +x /usr/local/bin/docker-compose
|
||||
sudo curl -L --fail https://github.com/docker/compose/releases/download/{{site.compose_version}}/run.sh -o /usr/local/bin/docker-compose
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue