Code Issues Pull requests Discussions A modern, open-source, self-hosted knowledge management and note-taking platform designed for privacy-conscious users and organizations. react go docker markdown social-ne
{TINI_VERSION}/tini"; \ wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc"; \ export GNUPGHOME="$(mktemp -d)"; \ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$TINI_SIGN_KEY"; \ gpg --batch --verify /...
Azure DevOps Pipelines Circle CI GitHub Actions GitLab CI/CD Jenkins Integrating Docker Scout with environments Source code management Team collaboration Release notes Docker for GitHub Copilot EA Docker Extensions Testcontainers Cloud Deprecated products and features Release lifecycle Platform Admini...
If you are linking a source code provider to create autobuilds for a team, follow the instructions tocreate a service accountfor the team before linking the account as described below. Link to a GitHub user account Sign in to Docker Hub. ...
//github.com/openimsdk/openim-docker openim-docker && cd openim-docker && make init## 2.2 Set OPENIM_IPjsx# If the server has an external IPexport OPENIM_IP="external IP"# If only providing internal network servicesexport OPENIM_IP="internal IP"## 2.3 Start Services and View Logsjsx...
git clone https://github.com/dotnet/dotnet-docker 本地运行应用 导航到 dotnet-docker/samples/aspnetapp/aspnetapp 下的项目文件夹。 运行以下命令以本地生成并运行应用: .NET CLI dotnetrun 在浏览器中转到http://localhost:<port>以测试应用。
git clone https://github.com/dotnet/dotnet-docker 本地运行应用 导航到 dotnet-docker/samples/aspnetapp/aspnetapp 下的项目文件夹。 运行以下命令以本地生成并运行应用: .NET CLI dotnetrun 在浏览器中转到http://localhost:<port>以测试应用。
Well, I guess there is better way that there is no need to add code to odoo itself https://gist.github.com/kerbrose/e646aaf9daece42b46091e2ca0eb55d0 { "version": "0.2.0", "configurations": [ { "name": "Odoo: Attach",
resulting in outdated versions. # # Source code is available at https://github.com/docker/docker-install/ # # Usage # === # # To install the latest stable versions of Docker CLI, Docker Engine, and their # dependencies: # # 1. download the script # # $ curl -fsSL https://get.do...
pip3 install https://github.com/containers/podman-compose/archive/main.tar.gz Homebrew brew install podman-compose Generate binary using docker/podman locally This script will download the repo, generate the binary usingthis Dockerfile, and place the binary in the directory where you called this ...