You are here: Wiki>Documentation Web>Docker (07 Jun 2023, JohannesSchnell)Edit Attach

Docker

A collection of information around the container technology docker and ideas of how it can be used within 52°North communities.


Documentation

Avoid problems with wifionICE

Context:

Deutsche Bahn wifi uses the same IP as docker if you want to work with docker during buiness train rides follow these steps [Linux]
  • stop all running docker containers
    docker stop $(docker ps -aq)
  • remove all bridges created by docker; confirm when asked to
     docker network prune 
  • edit the /etc/docker/daemon.json
     { "features": { "buildkit": true },
       "default-address-pools":[{"base":"10.0.0.0/16","size":24}]
      } 
  • restart docker
     sudo systemctl restart docker.service 

Material

Ideas

  • provide dockerfiles for software projects, publish them on dockerhub -- DanielNuest - 2015-02-10
  • use Docker for the demo servers -- DanielNuest - 2015-02-10
  • build a new service/product: hosted WPS and SOS in the cloud, based on docker (we maintain) -- DanielNuest - 2015-02-10
  • Container based architectures for sharing development environments within 52N -- EikeHinderkJuerrens - 2015-02-10
Topic revision: r9 - 07 Jun 2023, JohannesSchnell
Legal Notice | Privacy Statement


This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki? Send feedback