T
T
Theory Theory2020-09-07 17:32:30
virtual box
Theory Theory, 2020-09-07 17:32:30

Vagrant doesn't understand Cyrillic?

Launched vagrant. I create a file with the name "icon.png". I connect to vagrant via vagrant ssh and see "?????????????.png"

vagrantFile:

config.vm.box = "ubuntu/trusty64"
  config.vm.box_check_update = false
  config.vm.hostname = "firstV"  

  config.vm.provider "virtualbox" do |vb|
     vb.gui = false
     vb.memory = 2048
  end

   config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
  config.vm.synced_folder "project", "/var/www/project"

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question