Skip to content

Systems Distributed

coding, tech, EVs and other disparate topics

  • About
  • Blog
  • EnglishEnglish
  • SlovenčinaSlovenčina

Recent Posts

  • Nabito.org project put on hold
  • Angular cheat sheet
  • Move docker installation to a different /mount_point
  • Port Docker images to an air-gapped system
  • Sequelize Sqlite3 cheat sheet

Recent Comments

    Archives

    • July 2020
    • June 2020
    • March 2020
    • September 2019
    • July 2019
    • November 2017
    • July 2017

    Categories

    • Blog
    • Coding
    • Electric vehicles
    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

    Month: March 2020

    Port Docker images to an air-gapped system

    Pull your desired docker image to your internet connected system:

    docker pull image:tag
    docker save image:tag -o file.tar

    Then transfer file.tar to the air-gapped machine and just do:

    docker load -i file.tar

    Posted on March 12, 2020March 12, 2020Categories Blog, Coding
    Proudly powered by WordPress