Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable rootless docker in cloudshell #498

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ RUN tdnf update -y --refresh && \
gh \
redis \
cpio \
moby-engine \
moby-cli \
moby-containerd \
moby-runc \
moby-buildx \
fuse-overlayfs \
slirp4netns \
gettext && \
tdnf clean all && \
rm -rf /var/cache/tdnf/* && \
Expand Down
16 changes: 16 additions & 0 deletions tests/command_list
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ compute_create
compute_member
compute_relabel
consoletype
containerd
containerd-shim
containerd-shim-runc-v1
containerd-shim-runc-v2
containerd-stress
continue
coproc
coredumpctl
Expand All @@ -207,6 +212,7 @@ crond
cronnext
crontab
csplit
ctr
ctrlaltdel
ctstat
curl
Expand Down Expand Up @@ -250,6 +256,10 @@ dltest
dmesg
dnsdomainname
do
docker
dockerd
docker-init
docker-proxy
domainname
done
dos2unix
Expand Down Expand Up @@ -372,7 +382,9 @@ fsfreeze
fstrim
function
funzip
fuse-overlayfs
fuser
fusermount3
g++
gawk
gawk-5.1.1
Expand Down Expand Up @@ -794,6 +806,7 @@ modprobe
more
mount
mount.cifs
mount.fuse3
mountpoint
mount.smb3
mpicalc
Expand Down Expand Up @@ -1093,6 +1106,7 @@ rtmon
rtpr
rtstat
ruby
runc
runcon
runlevel
run-parts
Expand Down Expand Up @@ -1158,6 +1172,7 @@ slabtop
slattach
sleep
slencheck
slirp4netns
slsh
smb2-quota
smbinfo
Expand Down Expand Up @@ -1266,6 +1281,7 @@ time
timedatectl
timeout
times
tini-static
tipc
tload
tmux
Expand Down
Loading