Skip to content

tech.

How to Create programs, Fix, Find and Configure them

  • Tips&Tricks
  • How to fix
  • For Beginners
  • English
    • Español
    • Deutsch
    • Français
    • 简体中文

Tag: Container

For Beginners

Docker commands for beginners

Gosh On January 27, 2019January 27, 2019
Docker commands for beginners

Docker is a container technology for Linux / MacOS / FreeBSD (and even Windows, but not full support) that allows a developer to package up an application with all of the parts it needs. It can also be called “Docker commands cheat sheet“. List currently running docker containers: docker ps List all docker containers (running andContinue Reading


Tips&Tricks

How to automatically run Docker containers at startup

Gosh On January 26, 2019January 26, 2019
How to automatically run Docker containers at startup

Docker is a container technology for Linux / MacOS / FreeBSD (and even Windows, but not fully supports) that allows a developer to package up an application with all of the parts it needs. Restart Policies You should add –restart=always argument: docker run –restart=always -d {{ name }} Restart Policies Using the –restart flag. On Docker run you can specifyContinue Reading


Recent Posts

  • How to use/add a self-signed certificate to Mac OS
  • How to delete all Docker images and containers
  • How to change permissions for file / directory recursively in Linux
  • How to install non-free video / audio codecs in Ubuntu
  • Python 3 performance profiling – easiest way

Archives

  • February 2020
  • June 2019
  • January 2019

Categories

  • For Beginners
  • How to fix
  • Tips&Tricks