Skip to content

Instantly share code, notes, and snippets.

1. Zainstaluj:
- Docker Desktop for Windows (z WSL2 backend)
- NVIDIA drivers (aktualne)
- NVIDIA Container Toolkit (w WSL2) — bez tego GPU nie przejdzie do kontenera
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@pskwr
pskwr / docker_cheatsheet_v1.md
Last active June 28, 2018 13:26
Docker Cheatsheet

1. Getting started

# List Docker CLI commands
docker
docker container --help

# Display Docker version and info
docker --version
docker version