Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D docker-containers
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Public
  • docker-containers
  • Wiki
  • install tools ubuntu 16.04

install tools ubuntu 16.04 · Changes

Page history
Update install tools ubunut 16.04 authored Oct 31, 2020 by Yogesh Hegde's avatar Yogesh Hegde
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 0 deletions
+0 -0
  • install-tools-ubuntu-16.04.md install-tools-ubuntu-16.04.md +0 -0
  • No files found.
install-tools-ubuntu-16.04.md 0 → 100644
View page @ dac2d91a
# Installing tools for Ubuntu 16.04
This guide will help you install these tools for Ubuntu 16.04
1. VScode
2. Docker
These tools will help you do practical for the respective module.
## Installiing Vscode
## Installing Vscode
1. Download VScode `.deb` file from link - https://code.visualstudio.com/download
2. Install VScode by right clicking on the `code_1.50.1-1602600906_amd64.deb` file.
3. Open VScode.
4. Select Extensions and Search for Remote Development.
![remote-develop](upload/5.png)
## Installing Docker
1. Installing docker. Open up a new Terminal by pressing `Ctrl` + `Alt` + `t`
```sh
sudo apt update
sudo apt install git
git clone https://gitlab.iotiot.in/newbies/pre-office-office/docker-containers.git
cd docker-containers
sudo install-docker-ubuntu-16.04.sh
```
- **Note:** The script will automatically install and **reboot** your system.
- **Note:** These steps only work on Ubuntu 16.04 OS. Any other OS will cause an error.
2. After the system reboots, Open up a new Terminal by pressing `Ctrl` + `Alt` + `t`.
3. Run command `sudo docker --version` to verify that docker is successfully installed.
```sh
# The output should be a docker version
$ sudo docker --version
Docker version 19.03.13, build 4484c46d9d
```
\ No newline at end of file
Clone repository
  • Installing tools
  • Readme doc format
  • code refactoring
  • code style container
  • day0
  • devops practical
  • docusaurus
  • Home
  • install on mac
  • install tools ubuntu 16.04
  • install tools windows