Skip to content

Instantly share code, notes, and snippets.

@ajeetraina
Created December 26, 2023 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeetraina/587a935762c62e13c26cc4565d3abdee to your computer and use it in GitHub Desktop.
Save ajeetraina/587a935762c62e13c26cc4565d3abdee to your computer and use it in GitHub Desktop.
Docker Desktop on Lenovo ThinkPad
$ docker version
Client:
Cloud integration: v1.0.35+desktop.5
Version: 24.0.7
API version: 1.43
Go version: go1.20.10
Git commit: afdd53b
Built: Thu Oct 26 09:08:44 2023
OS/Arch: windows/amd64
Context: default
Server: Docker Desktop 4.26.1 (131620)
Engine:
Version: 24.0.7
API version: 1.43 (minimum version 1.12)
Go version: go1.20.10
Git commit: 311b9ff
Built: Thu Oct 26 09:08:02 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.25
GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f
runc:
Version: 1.1.10
GitCommit: v1.1.10-0-g18a0cb0
docker-init:
Version: 0.19.0
GitCommit: de40ad0
@ajeetraina
Copy link
Author

$ docker init

Welcome to the Docker Init CLI!

This utility will walk you through creating the following files with sensible defaults for your project:

  • .dockerignore
  • Dockerfile
  • compose.yaml
  • README.Docker.md

Let's get started!

? What application platform does your project use? [Use arrows to move, type to filter]

Python - (detected) suitable for a Python server application
Go - suitable for a Go server application
Node - suitable for a Node server application
Rust - suitable for a Rust server application
ASP.NET Core - suitable for an ASP.NET Core application
PHP with Apache - suitable for a PHP web application
Other - general purpose starting point for containerizing your application
Don't see something you need? Let us know!
Quit
ERROR: Incorrect function.

@ajeetraina
Copy link
Author

$ wsl --list --verbose
NAME STATE VERSION

  • docker-desktop-data Running 2
    docker-desktop Running 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment