- The network 192.168.1.0/24 is your LAN
- Your Ubuntu server is on your LAN at 192.168.1.10,
through the network interface
eth0 - The network 192.168.5.0/24 is non existent
- Your LAN DNS is at 192.168.1.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "name": "Your project Dev", | |
| "dockerFile": "Dockerfile", | |
| // "appPort": 8000, | |
| "extensions": [ | |
| "ms-vscode.go", | |
| "davidanson.vscode-markdownlint", | |
| "shardulm94.trailing-spaces", | |
| "IBM.output-colorizer" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ARG GO_VERSION=1.13 | |
| ARG ALPINE_VERSION=3.10 | |
| FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} | |
| ARG USERNAME=vscode | |
| ARG USER_UID=1000 | |
| ARG USER_GID=1000 | |
| # Setup user | |
| RUN adduser $USERNAME -s /bin/sh -D -u $USER_UID $USER_GID && \ |
I hereby claim:
- I am qdm12 on github.
- I am quentinmcgaw (https://keybase.io/quentinmcgaw) on keybase.
- I have a public key ASBlAMEoY0Klst0SL3OKjRWJoHypVzpY9eEfyFvwxZWvGAo
To claim this, I am signing this object:
NewerOlder