일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- repository
- Linux
- golang
- grafana-loki
- Kubernetes
- Kubeflow
- terraform
- cloud-init
- OpenStack
- yum
- k8s
- Ansible
- port open
- ubuntu
- Docker
- HTML
- kolla-ansible
- awx
- ceph
- kolla
- KVM
- nfs-provisioner
- pacman
- libvirt
- i3
- Arch
- cephadm
- Octavia
- archlinux
- ceph-ansible
Archives
- Today
- Total
목록Docker (2)
YJWANG
Docker ps 간단하게 보기 (short)
docker ps --format "table {{.Image}}\t{{.Status}}\t{{.Names}}" IMAGE STATUS NAMES kolla/ubuntu-source-nova-libvirt:master Up 21 seconds (health: starting) nova_libvirt kolla/ubuntu-source-nova-ssh:master Up About a minute (healthy) nova_ssh kolla/ubuntu-source-nova-novncproxy:master Up About a minute (healthy) nova_novncproxy ...
60.Cloud/70.Docker
2021. 7. 23. 17:11
[Ubuntu 20.04] Install Docker
References https://docs.docker.com/engine/install/ubuntu/ Installation uninstall old version root@devops-server:~# apt-get remove docker docker-engine docker.io containerd runc Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package docker-engine install docker root@devops-server:~# curl -fsSL https://get.docker.com -o get-docker.sh ##..
60.Cloud/70.Docker
2021. 4. 28. 10:35