kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
a6d722347f
commit
f1db8e6c56
|
@ -8,7 +8,7 @@
|
|||
[](https://hub.docker.com/r/linuxserver/cloud9)
|
||||
[](https://hub.docker.com/r/linuxserver/cloud9)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-cloud9/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/cloud9/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/cloud9/latest/index.html)
|
||||
|
||||
[Cloud9](https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/cloud9` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/cloud9` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
|
@ -52,7 +52,7 @@ Compatible with docker-compose v2 schemas.
|
|||
version: "2.1"
|
||||
services:
|
||||
cloud9:
|
||||
image: linuxserver/cloud9
|
||||
image: ghcr.io/linuxserver/cloud9
|
||||
container_name: cloud9
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -84,7 +84,7 @@ docker run -d \
|
|||
-v /path/to/your/code:/code `#optional` \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
||||
--restart unless-stopped \
|
||||
linuxserver/cloud9
|
||||
ghcr.io/linuxserver/cloud9
|
||||
```
|
||||
|
||||
|
||||
|
@ -170,7 +170,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' cloud9`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/cloud9`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/cloud9`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue