VSCode remote tunnels Docker image that can be easily deployed everywhere you want
This is a multi-arch image, updated automatically thanks to GitHub Actions.
Its purpose is to provide a Visual Studio Code Server instance accessible through vscode.dev.
The container is configurable using 1 environment variable:
| Name | Mandatory | Default value | Description |
|---|---|---|---|
| MACHINE_NAME | No | vscode-remote |
The name of the machine that will be used to access the tunnel. It must be less than 20 characters. |
Additionally, it is also possible to override the script at path /usr/local/bin/init to install additional software when the container boots.
You can run this image using Docker compose and the sample file provided.
Or you can use the standard docker run command.
sudo docker run --name CONTAINER_NAME -e MACHINE_NAME=YOUR_MACHINE_NAME ilteoood/vscode-remote-tunnels