Skip to content

gopi-123/Docker

Repository files navigation

Docker

Dockerize your Python Application

Install Docker from Ubuntu Repository

https://linuxconfig.org/how-to-install-docker-on-ubuntu-18-04-bionic-beaver

Installation from the standard Ubuntu repository consists of a single aptcommand. It may yield stable but lower docker version number:

$ sudo apt install docker.io

The following linux commands will start Docker and ensure that starts after the reboot:

$ sudo systemctl start docker

$ sudo systemctl enable docker

All done.

$ docker --version

About

Dockerize your Python Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published