https://store-images.s-microsoft.com/image/apps.7290.dbb65355-466a-4c29-a215-ef2ecd5e7bbe.021ddd8a-ce7e-4008-bba7-37b00b224761.686ba2b7-293a-41f7-857c-336173154995
Docker Ready with Ubuntu Server LTS 20.04
readymind
Docker Ready with Ubuntu Server LTS 20.04
readymind
Docker Ready with Ubuntu Server LTS 20.04
readymind
Docker Ready with Ubuntu 20 LTS Ready to Deployment
This app is only available in Spanish. What's Docker?
Docker is an open source project that automates the deployment of applications within software containers, providing an additional layer of abstraction and automation of application virtualization across multiple operating systems.
Features:
* Get a head start on your coding by leveraging Docker images to efficiently develop your own unique applications on Windows and Mac. Create your multi-container application using Docker Compose.
* Integrate with your favorite tools throughout your development pipeline - Docker works with all development tools you use including VS Code, CircleCI and GitHub.
* Package applications as portable container images to run in any environment consistently from on-premises Kubernetes to AWS ECS, Azure ACI, Google GKE and more.
For more information visit: https://www.docker.com/resources/what-container
Instructions to use Docker :
1. Login to your VM via ssh and run the following command to start with Docker:
sudo docker version
Optional configuration:
2. If you want manage Docker as a non-root user:
2.1 To create the docker group and add your user:
Create the docker group:
sudo groupadd docker
2.2 Add your user to the docker group:
sudo usermod -aG docker $USER
2.3 Log out and log back in so that your group membership is re-evaluated.
For more information visit: https://docs.docker.com/engine/install/linux-postinstall/
How to use Portainer
3. Login to your VM via ssh and run the following commands:
sudo docker pull portainer/portainer-ce:latest
sudo docker run -d -p 9000:9000 -p 9443:9443 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
4. Goto Network section of your VM and add inbound rule with the port 9000 and protocol TCP.
5. Got to your browser and type your URL with the port:
"http://your-vm-ip:9000"
6. Create a admin user with password in the Portainer Web.
The image contains the following software:
* Docker Engine - Community
Version: 20.10.12
API version: 1.41
* Ubuntu Server LTS 20.04
If you have any questions or need more information about the content of this Virtual Machine, please visit our website:
http://readymindsitewp.azurewebsites.net/get-started/docker-ready