Skip to content

Commit

Permalink
Merge pull request #498 from kartikjoshi21/kartikjoshi21/cloudshell-r…
Browse files Browse the repository at this point in the history
…ootless-docker

Enable rootless docker in cloudshell
  • Loading branch information
surajssd authored Oct 16, 2024
2 parents cbb6603 + 748028e commit 0ae3e97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
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

0 comments on commit 0ae3e97

Please sign in to comment.