mirror of
https://github.com/VSCodium/vscodium-docker-files.git
synced 2025-12-10 03:54:10 -06:00
Update README.md
This commit is contained in:
parent
8bbd1735b0
commit
9e55e1f892
19
README.md
19
README.md
@ -1,2 +1,19 @@
|
||||
# vscodium-docker-files
|
||||
some dockerfiles to make local testing easier
|
||||
|
||||
makes it easier to troubleshoot problems in the Travis builds
|
||||
|
||||
the dockerfiles should install the necessary dependencies and clone the vscodium + vscode repos. then you can drop in and build or tweak things as desired.
|
||||
|
||||
### building
|
||||
for now there's just the 32-bit file:
|
||||
```bash
|
||||
docker build -t vscodium-ia32 -f Dockerfile.ia32 .
|
||||
```
|
||||
|
||||
### getting a shell
|
||||
```bash
|
||||
docker run -it vscodium-ia32 bash
|
||||
```
|
||||
|
||||
## License
|
||||
MIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user