Sign inSign up

1733116199/rust

By 1733116199

Updated over 5 years ago

A rust dev container that you can login via ssh.

Image
0

1.1K

1733116199/rust repository overview

Assume ~/.ssh/id_rsa.pub exists (for what it is google "ssh key pairs")

To use the container:

docker run -it -p 10022:22 -e "SSH_PUBLIC_KEY=$(cat ~/.ssh/id_rsa.pub)" 1733116199/rust

and then

ssh blah@localhost -p 10022

You should not need to type in a password.

Tag summary

Content type

Image

Digest

Size

258 MB

Last updated

over 5 years ago

docker pull 1733116199/rust