일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- libvirt
- OpenStack
- Kubernetes
- golang
- nfs-provisioner
- repository
- HTML
- pacman
- Octavia
- ceph-ansible
- port open
- KVM
- Ansible
- Kubeflow
- awx
- cloud-init
- kolla
- terraform
- i3
- archlinux
- ubuntu
- Docker
- Linux
- yum
- grafana-loki
- Arch
- kolla-ansible
- k8s
- cephadm
- ceph
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